#B3B5DC

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

Shades of Lavender Grey #B3B5DC

Tints of Lavender Grey #B3B5DC

Color information

#B3B5DC (or 0xB3B5DC) is unknown color: approx Lavender Grey. HEX triplet: B3, B5 and DC. RGB value is (179,181,220). Sum of RGB (Red+Green+Blue) = 179+181+220=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B5DC is #4C4A23. Grayscale: #B8B8B8. Windows color (decimal): -4999716 or 14464435. OLE color: 14464435.

HSL color Cylindrical-coordinate representation of color #B3B5DC: hue angle of 237.07º 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 #B3B5DC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179181220-
CMYK0.190.1800.14
HSL237.07º36.94%78.24%-
HSV(B)237.07º18.64%86.27%-
XYZ48.0347.874.4-
YUV184.85147.84123.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.86%
GREEN value IS 181 (71.09% from 255) = 31.21%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=30.86%
G=31.21%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791812200.190.1800.14237.0736.9478.24
HexB3B5DC13120Eed254e
Octal263265334232201635545116
Binary101100111011010111011100100111001001110111011011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5DC; }

 p { color: rgb(179,181,220); }

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

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

 a { background-color: rgb(179,181,220); }

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

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

 span { border-color: rgb(179,181,220); }

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