#B6AFDF

Color #B6AFDF Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #B6AFDF

Tints of Lavender Grey #B6AFDF

Color information

#B6AFDF (or 0xB6AFDF) is unknown color: approx Lavender Grey. HEX triplet: B6, AF and DF. RGB value is (182,175,223). Sum of RGB (Red+Green+Blue) = 182+175+223=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #B6AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFDF is #495020. Grayscale: #B6B6B6. Windows color (decimal): -4804641 or 14659510. OLE color: 14659510.

HSL color Cylindrical-coordinate representation of color #B6AFDF: hue angle of 248.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6AFDF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182175223-
CMYK0.180.2200.13
HSL248.75º42.86%78.04%-
HSV(B)248.75º21.52%87.45%-
XYZ47.9445.9376.15-
YUV182.56150.82127.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=31.38%
G=30.17%
B=38.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821752230.180.2200.13248.7542.8678.04
HexB6AFDF12160Df92b4e
Octal266257337222601537153116
Binary101101101010111111011111100101011001101111110011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFDF; }

 p { color: rgb(182,175,223); }

 H1.HeaderClassName
 {
   color: #B6AFDF;
 }
 .AnyTagClassName
 {
   color: #B6AFDF;
 }
</style>
background-color css

<style>
 a { background-color: #B6AFDF; }

 a { background-color: rgb(182,175,223); }

 div.DivClassName
 {
   background-color: #B6AFDF;
 }
 .BgClassName
 {
   background-color: #B6AFDF;
 }
</style>
border-color css

<style>
 span { border-color: #B6AFDF; }

 span { border-color: rgb(182,175,223); }

 td.TdClassName
 {
   border-color: #B6AFDF;
 }
 .TagClassName
 {
   border-color: #B6AFDF;
 }
</style>