#B9BBCD

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

Shades of Lavender Grey #B9BBCD

Tints of Lavender Grey #B9BBCD

Color information

#B9BBCD (or 0xB9BBCD) is unknown color: approx Lavender Grey. HEX triplet: B9, BB and CD. RGB value is (185,187,205). Sum of RGB (Red+Green+Blue) = 185+187+205=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBCD is #464432. Grayscale: #BCBCBC. Windows color (decimal): -4604979 or 13482937. OLE color: 13482937.

HSL color Cylindrical-coordinate representation of color #B9BBCD: hue angle of 234º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9BBCD is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185187205-
CMYK0.100.0900.20
HSL234º16.67%76.47%-
HSV(B)234º9.76%80.39%-
XYZ48.850.2664.89-
YUV188.45137.34125.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=32.06%
G=32.41%
B=35.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851872050.100.0900.2023416.6776.47
HexB9BBCDA9014ea114c
Octal271273315121102435221114
Binary1011100110111011110011011010100101010011101010100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBCD; }

 p { color: rgb(185,187,205); }

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

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

 a { background-color: rgb(185,187,205); }

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

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

 span { border-color: rgb(185,187,205); }

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