#B2ADDC

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

Shades of Lavender Grey #B2ADDC

Tints of Lavender Grey #B2ADDC

Color information

#B2ADDC (or 0xB2ADDC) is unknown color: approx Lavender Grey. HEX triplet: B2, AD and DC. RGB value is (178,173,220). Sum of RGB (Red+Green+Blue) = 178+173+220=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDC is #4D5223. Grayscale: #B3B3B3. Windows color (decimal): -5067300 or 14462386. OLE color: 14462386.

HSL color Cylindrical-coordinate representation of color #B2ADDC: hue angle of 246.38º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2ADDC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178173220-
CMYK0.190.2100.14
HSL246.38º40.17%77.06%-
HSV(B)246.38º21.36%86.27%-
XYZ46.2244.5273.87-
YUV179.85150.66126.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=31.17%
G=30.30%
B=38.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781732200.190.2100.14246.3840.1777.06
HexB2ADDC13150Ef6284d
Octal262255334232501636650115
Binary101100101010110111011100100111010101110111101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADDC; }

 p { color: rgb(178,173,220); }

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

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

 a { background-color: rgb(178,173,220); }

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

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

 span { border-color: rgb(178,173,220); }

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