#B9BED7

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

Shades of Lavender Grey #B9BED7

Tints of Lavender Grey #B9BED7

Color information

#B9BED7 (or 0xB9BED7) is unknown color: approx Lavender Grey. HEX triplet: B9, BE and D7. RGB value is (185,190,215). Sum of RGB (Red+Green+Blue) = 185+190+215=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9BED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BED7 is #464128. Grayscale: #BFBFBF. Windows color (decimal): -4604201 or 14139065. OLE color: 14139065.

HSL color Cylindrical-coordinate representation of color #B9BED7: hue angle of 230º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9BED7 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185190215-
CMYK0.140.1200.16
HSL230º27.27%78.43%-
HSV(B)230º13.95%84.31%-
XYZ50.6952.0571.66-
YUV191.35141.34123.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=31.36%
G=32.20%
B=36.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851902150.140.1200.1623027.2778.43
HexB9BED7EC010e61b4e
Octal271276327161402034633116
Binary1011100110111110110101111110110001000011100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BED7; }

 p { color: rgb(185,190,215); }

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

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

 a { background-color: rgb(185,190,215); }

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

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

 span { border-color: rgb(185,190,215); }

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