#B9BCD7

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

Shades of Lavender Grey #B9BCD7

Tints of Lavender Grey #B9BCD7

Color information

#B9BCD7 (or 0xB9BCD7) is unknown color: approx Lavender Grey. HEX triplet: B9, BC and D7. RGB value is (185,188,215). Sum of RGB (Red+Green+Blue) = 185+188+215=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCD7 is #464328. Grayscale: #BEBEBE. Windows color (decimal): -4604713 or 14138553. OLE color: 14138553.

HSL color Cylindrical-coordinate representation of color #B9BCD7: hue angle of 234º 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 #B9BCD7 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185188215-
CMYK0.140.1300.16
HSL234º27.27%78.43%-
HSV(B)234º13.95%84.31%-
XYZ50.2651.1971.52-
YUV190.18142.01124.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 215 (84.38% from 255) = 36.56%
R=31.46%
G=31.97%
B=36.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851882150.140.1300.1623427.2778.43
HexB9BCD7ED010ea1b4e
Octal271274327161502035233116
Binary1011100110111100110101111110110101000011101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCD7; }

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

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

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

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

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

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

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

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