#B4B5DD

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

Shades of Lavender Grey #B4B5DD

Tints of Lavender Grey #B4B5DD

Color information

#B4B5DD (or 0xB4B5DD) is unknown color: approx Lavender Grey. HEX triplet: B4, B5 and DD. RGB value is (180,181,221). Sum of RGB (Red+Green+Blue) = 180+181+221=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B5DD is #4B4A22. Grayscale: #B9B9B9. Windows color (decimal): -4934179 or 14529972. OLE color: 14529972.

HSL color Cylindrical-coordinate representation of color #B4B5DD: hue angle of 238.54º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4B5DD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180181221-
CMYK0.190.1800.13
HSL238.54º37.61%78.63%-
HSV(B)238.54º18.55%86.67%-
XYZ48.447.9775.12-
YUV185.26148.17124.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.93%
GREEN value IS 181 (71.09% from 255) = 31.10%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=30.93%
G=31.10%
B=37.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801812210.190.1800.13238.5437.6178.63
HexB4B5DD13120Def264f
Octal264265335232201535746117
Binary101101001011010111011101100111001001101111011111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B5DD; }

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

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

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

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

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

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

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

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