Shades of Blue Haze #B2AFD0
Tints of Blue Haze #B2AFD0
RGB
CMYK
RGB Variations
Color information
#B2AFD0 (or 0xB2AFD0) is known color: 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
RGB | 178 | 175 | 208 | - |
CMYK | 0.14 | 0.16 | 0 | 0.18 |
HSL | 245.45º | 0.26% | 0.75% | - |
HSV(B) | 245.45º | 0.16% | 0.82% | - |
XYZ | 45.08 | 44.68 | 65.92 | - |
YUV | 179.66 | 143.99 | 126.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 175 | 208 | 0.14 | 0.16 | 0 | 0.18 | 245.45 | 0.26 | 0.75 |
Hex | B2 | AF | D0 | E | 10 | 0 | 12 | F5 | 1A | 4B |
Octal | 262 | 257 | 320 | 16 | 20 | 0 | 22 | 365 | 32 | 113 |
Binary | 10110010 | 10101111 | 11010000 | 1110 | 10000 | 0 | 10010 | 11110101 | 11010 | 1001011 |
Color Harmonies of #B2AFD0
Complementary color
Monochromatic Colors of #B2AFD0
Black with #B2AFD0
Text Example
Text Example
White with #B2AFD0
Text Example
Text Example
HTML Codes & Css Web 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>