#B2ADDE

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

Shades of Lavender Grey #B2ADDE

Tints of Lavender Grey #B2ADDE

Color information

#B2ADDE (or 0xB2ADDE) is unknown color: approx Lavender Grey. HEX triplet: B2, AD and DE. RGB value is (178,173,222). Sum of RGB (Red+Green+Blue) = 178+173+222=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #B2ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADDE is #4D5221. Grayscale: #B3B3B3. Windows color (decimal): -5067298 or 14593458. OLE color: 14593458.

HSL color Cylindrical-coordinate representation of color #B2ADDE: hue angle of 246.12º degrees, saturation: 0.43, 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 #B2ADDE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178173222-
CMYK0.200.2200.13
HSL246.12º42.61%77.45%-
HSV(B)246.12º22.07%87.06%-
XYZ46.4944.6375.27-
YUV180.08151.66126.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=31.06%
G=30.19%
B=38.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781732220.200.2200.13246.1242.6177.45
HexB2ADDE14160Df62b4d
Octal262255336242601536653115
Binary101100101010110111011110101001011001101111101101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADDE; }

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

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

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

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

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

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

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

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