#B3B6DC

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

Shades of Lavender Grey #B3B6DC

Tints of Lavender Grey #B3B6DC

Color information

#B3B6DC (or 0xB3B6DC) is unknown color: approx Lavender Grey. HEX triplet: B3, B6 and DC. RGB value is (179,182,220). Sum of RGB (Red+Green+Blue) = 179+182+220=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3B6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B6DC is #4C4923. Grayscale: #B9B9B9. Windows color (decimal): -4999460 or 14464691. OLE color: 14464691.

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

Color convert

RGB179182220-
CMYK0.190.1700.14
HSL235.61º36.94%78.24%-
HSV(B)235.61º18.64%86.27%-
XYZ48.2448.2174.47-
YUV185.44147.51123.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.81%
GREEN value IS 182 (71.48% from 255) = 31.33%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=30.81%
G=31.33%
B=37.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791822200.190.1700.14235.6136.9478.24
HexB3B6DC13110Eec254e
Octal263266334232101635445116
Binary101100111011011011011100100111000101110111011001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B6DC; }

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

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

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

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

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

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

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

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