#B1B1DB

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

Shades of Lavender Grey #B1B1DB

Tints of Lavender Grey #B1B1DB

Color information

#B1B1DB (or 0xB1B1DB) is unknown color: approx Lavender Grey. HEX triplet: B1, B1 and DB. RGB value is (177,177,219). Sum of RGB (Red+Green+Blue) = 177+177+219=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B1DB is #4E4E24. Grayscale: #B5B5B5. Windows color (decimal): -5131813 or 14397873. OLE color: 14397873.

HSL color Cylindrical-coordinate representation of color #B1B1DB: hue angle of 240º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1B1DB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177177219-
CMYK0.190.1900.14
HSL240º36.84%77.65%-
HSV(B)240º19.18%85.88%-
XYZ46.6445.9173.42-
YUV181.79149124.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 177 (69.53% from 255) = 30.89%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=30.89%
G=30.89%
B=38.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771772190.190.1900.1424036.8477.65
HexB1B1DB13130Ef0254e
Octal261261333232301636045116
Binary101100011011000111011011100111001101110111100001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B1DB; }

 p { color: rgb(177,177,219); }

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

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

 a { background-color: rgb(177,177,219); }

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

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

 span { border-color: rgb(177,177,219); }

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