#B2ADDD

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

Shades of Lavender Grey #B2ADDD

Tints of Lavender Grey #B2ADDD

Color information

#B2ADDD (or 0xB2ADDD) is unknown color: approx Lavender Grey. HEX triplet: B2, AD and DD. RGB value is (178,173,221). Sum of RGB (Red+Green+Blue) = 178+173+221=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDD is #4D5222. Grayscale: #B3B3B3. Windows color (decimal): -5067299 or 14527922. OLE color: 14527922.

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

Color convert

RGB178173221-
CMYK0.190.2200.13
HSL246.25º41.38%77.25%-
HSV(B)246.25º21.72%86.67%-
XYZ46.3544.5774.57-
YUV179.97151.16126.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=31.12%
G=30.24%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781732210.190.2200.13246.2541.3877.25
HexB2ADDD13160Df6294d
Octal262255335232601536651115
Binary101100101010110111011101100111011001101111101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADDD; }

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

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

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

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

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

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

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

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