#B9BAD4

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

Shades of Lavender Grey #B9BAD4

Tints of Lavender Grey #B9BAD4

Color information

#B9BAD4 (or 0xB9BAD4) is unknown color: approx Lavender Grey. HEX triplet: B9, BA and D4. RGB value is (185,186,212). Sum of RGB (Red+Green+Blue) = 185+186+212=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BAD4 is #46452B. Grayscale: #BCBCBC. Windows color (decimal): -4605228 or 13941433. OLE color: 13941433.

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

Color convert

RGB185186212-
CMYK0.130.1200.17
HSL237.78º23.89%77.84%-
HSV(B)237.78º12.74%83.14%-
XYZ49.4550.1969.37-
YUV188.66141.17125.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=31.73%
G=31.90%
B=36.36%

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
Decimal1851862120.130.1200.17237.7823.8977.84
HexB9BAD4DC011ee184e
Octal271272324151402135630116
Binary1011100110111010110101001101110001000111101110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAD4; }

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

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

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

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

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

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

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

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