#B6B9CF

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

Shades of Lavender Grey #B6B9CF

Tints of Lavender Grey #B6B9CF

Color information

#B6B9CF (or 0xB6B9CF) is unknown color: approx Lavender Grey. HEX triplet: B6, B9 and CF. RGB value is (182,185,207). Sum of RGB (Red+Green+Blue) = 182+185+207=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9CF is #494630. Grayscale: #BABABA. Windows color (decimal): -4802097 or 13613494. OLE color: 13613494.

HSL color Cylindrical-coordinate representation of color #B6B9CF: hue angle of 232.8º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6B9CF is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182185207-
CMYK0.120.1100.19
HSL232.8º20.66%76.27%-
HSV(B)232.8º12.08%81.18%-
XYZ47.949.1565.99-
YUV186.61139.51124.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=31.71%
G=32.23%
B=36.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821852070.120.1100.19232.820.6676.27
HexB6B9CFCB013e9154c
Octal266271317141302335125114
Binary1011011010111001110011111100101101001111101001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B9CF; }

 p { color: rgb(182,185,207); }

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

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

 a { background-color: rgb(182,185,207); }

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

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

 span { border-color: rgb(182,185,207); }

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