#B2AFD3

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

Shades of Lavender Grey #B2AFD3

Tints of Lavender Grey #B2AFD3

Color information

#B2AFD3 (or 0xB2AFD3) is unknown color: approx Lavender Grey. HEX triplet: B2, AF and D3. RGB value is (178,175,211). Sum of RGB (Red+Green+Blue) = 178+175+211=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 211 - color contains mainly: blue. Hex color #B2AFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFD3 is #4D502C. Grayscale: #B3B3B3. Windows color (decimal): -5066797 or 13873074. OLE color: 13873074.

HSL color Cylindrical-coordinate representation of color #B2AFD3: hue angle of 245º degrees, saturation: 0.29, 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 #B2AFD3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB178175211-
CMYK0.160.1700.17
HSL245º29.03%75.69%-
HSV(B)245º17.06%82.75%-
XYZ45.4544.8367.89-
YUV180145.49126.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 211 (82.81% from 255) = 37.41%
R=31.56%
G=31.03%
B=37.41%

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
Decimal1781752110.160.1700.1724529.0375.69
HexB2AFD31011011f51d4c
Octal262257323202102136535114
Binary101100101010111111010011100001000101000111110101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFD3; }

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

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

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

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

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

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

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

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