#B2ADED

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

Shades of Lavender Grey #B2ADED

Tints of Lavender Grey #B2ADED

Color information

#B2ADED (or 0xB2ADED) is unknown color: approx Lavender Grey. HEX triplet: B2, AD and ED. RGB value is (178,173,237). Sum of RGB (Red+Green+Blue) = 178+173+237=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2ADED is #4D5212. Grayscale: #B5B5B5. Windows color (decimal): -5067283 or 15576498. OLE color: 15576498.

HSL color Cylindrical-coordinate representation of color #B2ADED: hue angle of 244.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2ADED is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178173237-
CMYK0.250.2700.07
HSL244.69º64%80.39%-
HSV(B)244.69º27%92.94%-
XYZ48.5945.4786.34-
YUV181.79159.16125.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.27%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=30.27%
G=29.42%
B=40.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781732370.250.2700.07244.696480.39
HexB2ADED191B07f54050
Octal262255355313307365100120
Binary101100101010110111101101110011101101111111010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADED; }

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

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

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

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

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

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

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

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