#B1B3DD

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

Shades of Lavender Grey #B1B3DD

Tints of Lavender Grey #B1B3DD

Color information

#B1B3DD (or 0xB1B3DD) is unknown color: approx Lavender Grey. HEX triplet: B1, B3 and DD. RGB value is (177,179,221). Sum of RGB (Red+Green+Blue) = 177+179+221=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1B3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B3DD is #4E4C22. Grayscale: #B7B7B7. Windows color (decimal): -5131299 or 14529457. OLE color: 14529457.

HSL color Cylindrical-coordinate representation of color #B1B3DD: hue angle of 237.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1B3DD is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177179221-
CMYK0.200.1900.13
HSL237.27º39.29%78.04%-
HSV(B)237.27º19.91%86.67%-
XYZ47.346.8174.95-
YUV183.19149.34123.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.68%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=30.68%
G=31.02%
B=38.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771792210.200.1900.13237.2739.2978.04
HexB1B3DD14130Ded274e
Octal261263335242301535547116
Binary101100011011001111011101101001001101101111011011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B3DD; }

 p { color: rgb(177,179,221); }

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

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

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

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

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

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

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