#B9BCCF

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

Shades of Lavender Grey #B9BCCF

Tints of Lavender Grey #B9BCCF

Color information

#B9BCCF (or 0xB9BCCF) is unknown color: approx Lavender Grey. HEX triplet: B9, BC and CF. RGB value is (185,188,207). Sum of RGB (Red+Green+Blue) = 185+188+207=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCCF is #464330. Grayscale: #BDBDBD. Windows color (decimal): -4604721 or 13614265. OLE color: 13614265.

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

Color convert

RGB185188207-
CMYK0.110.0900.19
HSL231.82º18.64%76.86%-
HSV(B)231.82º10.63%81.18%-
XYZ49.2550.7966.24-
YUV189.27138.01124.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=31.90%
G=32.41%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851882070.110.0900.19231.8218.6476.86
HexB9BCCFB9013e8134d
Octal271274317131102335023115
Binary1011100110111100110011111011100101001111101000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCCF; }

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

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

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

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

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

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

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

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