#B2AFD4

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

Shades of Lavender Grey #B2AFD4

Tints of Lavender Grey #B2AFD4

Color information

#B2AFD4 (or 0xB2AFD4) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and D4. RGB value is (178,175,212). Sum of RGB (Red+Green+Blue) = 178+175+212=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #B2AFD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFD4 is #4D502B. Grayscale: #B3B3B3. Windows color (decimal): -5066796 or 13938610. OLE color: 13938610.

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

Color convert

RGB178175212-
CMYK0.160.1700.17
HSL244.86º30.08%75.88%-
HSV(B)244.86º17.45%83.14%-
XYZ45.5744.8868.55-
YUV180.12145.99126.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.50%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=31.50%
G=30.97%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1781752120.160.1700.17244.8630.0875.88
HexB2AFD41011011f51e4c
Octal262257324202102136536114
Binary101100101010111111010100100001000101000111110101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFD4; }

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

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

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

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

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

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

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

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