#B9BBD4

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

Shades of Lavender Grey #B9BBD4

Tints of Lavender Grey #B9BBD4

Color information

#B9BBD4 (or 0xB9BBD4) is unknown color: approx Lavender Grey. HEX triplet: B9, BB and D4. RGB value is (185,187,212). Sum of RGB (Red+Green+Blue) = 185+187+212=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBD4 is #46442B. Grayscale: #BDBDBD. Windows color (decimal): -4604972 or 13941689. OLE color: 13941689.

HSL color Cylindrical-coordinate representation of color #B9BBD4: hue angle of 235.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9BBD4 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185187212-
CMYK0.130.1200.17
HSL235.56º23.89%77.84%-
HSV(B)235.56º12.74%83.14%-
XYZ49.6650.6169.44-
YUV189.25140.84124.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.68%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 212 (83.20% from 255) = 36.30%
R=31.68%
G=32.02%
B=36.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1851872120.130.1200.17235.5623.8977.84
HexB9BBD4DC011ec184e
Octal271273324151402135430116
Binary1011100110111011110101001101110001000111101100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBD4; }

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

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

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

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

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

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

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

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