#B5B3DC

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

Shades of Lavender Grey #B5B3DC

Tints of Lavender Grey #B5B3DC

Color information

#B5B3DC (or 0xB5B3DC) is unknown color: approx Lavender Grey. HEX triplet: B5, B3 and DC. RGB value is (181,179,220). Sum of RGB (Red+Green+Blue) = 181+179+220=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 179 (70.31% from 255 or 30.86% 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 #B5B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B3DC is #4A4C23. Grayscale: #B8B8B8. Windows color (decimal): -4869156 or 14463925. OLE color: 14463925.

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

Color convert

RGB181179220-
CMYK0.180.1900.14
HSL242.93º36.94%78.24%-
HSV(B)242.93º18.64%86.27%-
XYZ48.0947.2374.29-
YUV184.27148.16125.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811792200.180.1900.14242.9336.9478.24
HexB5B3DC12130Ef3254e
Octal265263334222301636345116
Binary101101011011001111011100100101001101110111100111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B3DC; }

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

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

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

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

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

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

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

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