#B2AFD1

Color #B2AFD1 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B2AFD1

Tints of Blue Haze #B2AFD1

Color information

#B2AFD1 (or 0xB2AFD1) is unknown color: approx Blue Haze. HEX triplet: B2, AF and D1. RGB value is (178,175,209). Sum of RGB (Red+Green+Blue) = 178+175+209=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #B2AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFD1 is #4D502E. Grayscale: #B3B3B3. Windows color (decimal): -5066799 or 13742002. OLE color: 13742002.

HSL color Cylindrical-coordinate representation of color #B2AFD1: hue angle of 245.29º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2AFD1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB178175209-
CMYK0.150.1600.18
HSL245.29º26.98%75.29%-
HSV(B)245.29º16.27%81.96%-
XYZ45.244.7366.57-
YUV179.77144.49126.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=31.67%
G=31.14%
B=37.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781752090.150.1600.18245.2926.9875.29
HexB2AFD1F10012f51b4b
Octal262257321172002236533113
Binary10110010101011111101000111111000001001011110101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFD1; }

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

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

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

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

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

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

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

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