#B2AFD0

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

Shades of Blue Haze #B2AFD0

Tints of Blue Haze #B2AFD0

Color information

#B2AFD0 (or 0xB2AFD0) is unknown color: approx Blue Haze. HEX triplet: B2, AF and D0. RGB value is (178,175,208). Sum of RGB (Red+Green+Blue) = 178+175+208=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #B2AFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFD0 is #4D502F. Grayscale: #B3B3B3. Windows color (decimal): -5066800 or 13676466. OLE color: 13676466.

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

Color convert

RGB178175208-
CMYK0.140.1600.18
HSL245.45º25.98%75.1%-
HSV(B)245.45º15.87%81.57%-
XYZ45.0844.6865.92-
YUV179.66143.99126.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=31.73%
G=31.19%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1781752080.140.1600.18245.4525.9875.1
HexB2AFD0E10012f51a4b
Octal262257320162002236532113
Binary10110010101011111101000011101000001001011110101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFD0; }

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

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

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

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

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

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

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

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