#B2ADE0

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

Shades of Lavender Grey #B2ADE0

Tints of Lavender Grey #B2ADE0

Color information

#B2ADE0 (or 0xB2ADE0) is unknown color: approx Lavender Grey. HEX triplet: B2, AD and E0. RGB value is (178,173,224). Sum of RGB (Red+Green+Blue) = 178+173+224=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #B2ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADE0 is #4D521F. Grayscale: #B4B4B4. Windows color (decimal): -5067296 or 14724530. OLE color: 14724530.

HSL color Cylindrical-coordinate representation of color #B2ADE0: hue angle of 245.88º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2ADE0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB178173224-
CMYK0.210.2300.12
HSL245.88º45.13%77.84%-
HSV(B)245.88º22.77%87.84%-
XYZ46.7644.7376.69-
YUV180.31152.66126.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.96%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=30.96%
G=30.09%
B=38.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1781732240.210.2300.12245.8845.1377.84
HexB2ADE015170Cf62d4e
Octal262255340252701436655116
Binary101100101010110111100000101011011101100111101101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADE0; }

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

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

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

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

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

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

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

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