#B2ADDB

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

Shades of Lavender Grey #B2ADDB

Tints of Lavender Grey #B2ADDB

Color information

#B2ADDB (or 0xB2ADDB) is unknown color: approx Lavender Grey. HEX triplet: B2, AD and DB. RGB value is (178,173,219). Sum of RGB (Red+Green+Blue) = 178+173+219=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDB is #4D5224. Grayscale: #B3B3B3. Windows color (decimal): -5067301 or 14396850. OLE color: 14396850.

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

Color convert

RGB178173219-
CMYK0.190.2100.14
HSL246.52º38.98%76.86%-
HSV(B)246.52º21%85.88%-
XYZ46.0944.4773.17-
YUV179.74150.16126.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=31.23%
G=30.35%
B=38.42%

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
Decimal1781732190.190.2100.14246.5238.9876.86
HexB2ADDB13150Ef7274d
Octal262255333232501636747115
Binary101100101010110111011011100111010101110111101111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADDB; }

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

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

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

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

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

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

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

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