#B9BAD7

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

Shades of Lavender Grey #B9BAD7

Tints of Lavender Grey #B9BAD7

Color information

#B9BAD7 (or 0xB9BAD7) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and D7. RGB value is (185,186,215). Sum of RGB (Red+Green+Blue) = 185+186+215=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9BAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAD7 is #464528. Grayscale: #BCBCBC. Windows color (decimal): -4605225 or 14138041. OLE color: 14138041.

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

Color convert

RGB185186215-
CMYK0.140.1300.16
HSL238º27.27%78.43%-
HSV(B)238º13.95%84.31%-
XYZ49.8350.3471.38-
YUV189.01142.67125.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 186 (73.05% from 255) = 31.74%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=31.57%
G=31.74%
B=36.69%

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
Decimal1851862150.140.1300.1623827.2778.43
HexB9BAD7ED010ee1b4e
Octal271272327161502035633116
Binary1011100110111010110101111110110101000011101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAD7; }

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

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

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

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

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

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

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

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