#B9B9DA

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

Shades of Lavender Grey #B9B9DA

Tints of Lavender Grey #B9B9DA

Color information

#B9B9DA (or 0xB9B9DA) is unknown color: approx Lavender Grey. HEX triplet: B9, B9 and DA. RGB value is (185,185,218). Sum of RGB (Red+Green+Blue) = 185+185+218=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B9DA is #464625. Grayscale: #BCBCBC. Windows color (decimal): -4605478 or 14334393. OLE color: 14334393.

HSL color Cylindrical-coordinate representation of color #B9B9DA: hue angle of 240º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9B9DA is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185185218-
CMYK0.150.1500.15
HSL240º30.84%79.02%-
HSV(B)240º15.14%85.49%-
XYZ50.0150.0773.36-
YUV188.76144.5125.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=31.46%
G=31.46%
B=37.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851852180.150.1500.1524030.8479.02
HexB9B9DAFF0Ff01f4f
Octal271271332171701736037117
Binary101110011011100111011010111111110111111110000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B9DA; }

 p { color: rgb(185,185,218); }

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

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

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

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

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

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

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