#B2ADD5

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

Shades of Lavender Grey #B2ADD5

Tints of Lavender Grey #B2ADD5

Color information

#B2ADD5 (or 0xB2ADD5) is unknown color: approx Lavender Grey. HEX triplet: B2, AD and D5. RGB value is (178,173,213). Sum of RGB (Red+Green+Blue) = 178+173+213=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADD5 is #4D522A. Grayscale: #B2B2B2. Windows color (decimal): -5067307 or 14003634. OLE color: 14003634.

HSL color Cylindrical-coordinate representation of color #B2ADD5: hue angle of 247.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2ADD5 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB178173213-
CMYK0.160.1900.16
HSL247.5º32.26%75.69%-
HSV(B)247.5º18.78%83.53%-
XYZ45.3144.1669.09-
YUV179.06147.16127.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=31.56%
G=30.67%
B=37.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1781732130.160.1900.16247.532.2675.69
HexB2ADD51013010f8204c
Octal262255325202302037040114
Binary1011001010101101110101011000010011010000111110001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ADD5; }

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

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

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

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

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

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

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

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