#B5B0DD

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

Shades of Lavender Grey #B5B0DD

Tints of Lavender Grey #B5B0DD

Color information

#B5B0DD (or 0xB5B0DD) is unknown color: approx Lavender Grey. HEX triplet: B5, B0 and DD. RGB value is (181,176,221). Sum of RGB (Red+Green+Blue) = 181+176+221=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0DD is #4A4F22. Grayscale: #B6B6B6. Windows color (decimal): -4869923 or 14528693. OLE color: 14528693.

HSL color Cylindrical-coordinate representation of color #B5B0DD: hue angle of 246.67º degrees, saturation: 0.4, 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 #B5B0DD is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181176221-
CMYK0.180.2000.13
HSL246.67º39.82%77.84%-
HSV(B)246.67º20.36%86.67%-
XYZ47.6346.0974.79-
YUV182.62149.66126.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=31.31%
G=30.45%
B=38.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811762210.180.2000.13246.6739.8277.84
HexB5B0DD12140Df7284e
Octal265260335222401536750116
Binary101101011011000011011101100101010001101111101111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0DD; }

 p { color: rgb(181,176,221); }

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

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

 a { background-color: rgb(181,176,221); }

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

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

 span { border-color: rgb(181,176,221); }

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