#B9BBE6

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

Shades of Lavender Grey #B9BBE6

Tints of Lavender Grey #B9BBE6

Color information

#B9BBE6 (or 0xB9BBE6) is unknown color: approx Lavender Grey. HEX triplet: B9, BB and E6. RGB value is (185,187,230). Sum of RGB (Red+Green+Blue) = 185+187+230=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #B9BBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBE6 is #464419. Grayscale: #BFBFBF. Windows color (decimal): -4604954 or 15121337. OLE color: 15121337.

HSL color Cylindrical-coordinate representation of color #B9BBE6: hue angle of 237.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9BBE6 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185187230-
CMYK0.200.1900.10
HSL237.33º47.37%81.37%-
HSV(B)237.33º19.57%90.2%-
XYZ52.0651.5782.07-
YUV191.3149.84123.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.73%
GREEN value IS 187 (73.44% from 255) = 31.06%
BLUE value IS 230 (90.23% from 255) = 38.21%
R=30.73%
G=31.06%
B=38.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1851872300.200.1900.10237.3347.3781.37
HexB9BBE614130Aed2f51
Octal271273346242301235557121
Binary101110011011101111100110101001001101010111011011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBE6; }

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

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

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

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

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

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

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

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