#B2AFDB

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

Shades of Lavender Grey #B2AFDB

Tints of Lavender Grey #B2AFDB

Color information

#B2AFDB (or 0xB2AFDB) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and DB. RGB value is (178,175,219). Sum of RGB (Red+Green+Blue) = 178+175+219=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDB is #4D5024. Grayscale: #B4B4B4. Windows color (decimal): -5066789 or 14397362. OLE color: 14397362.

HSL color Cylindrical-coordinate representation of color #B2AFDB: hue angle of 244.09º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2AFDB is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178175219-
CMYK0.190.2000.14
HSL244.09º37.93%77.25%-
HSV(B)244.09º20.09%85.88%-
XYZ46.4845.2473.3-
YUV180.91149.49125.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=31.12%
G=30.59%
B=38.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781752190.190.2000.14244.0937.9377.25
HexB2AFDB13140Ef4264d
Octal262257333232401636446115
Binary101100101010111111011011100111010001110111101001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFDB; }

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

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

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

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

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

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

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

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