Shades of Blue Haze #B2AFC7
Tints of Blue Haze #B2AFC7
RGB
CMYK
RGB Variations
Color information
#B2AFC7 (or 0xB2AFC7) is known color: Blue Haze. HEX triplet: B2, AF and C7. RGB value is (178,175,199). Sum of RGB (Red+Green+Blue) = 178+175+199=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 199 - color contains mainly: blue. Hex color #B2AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFC7 is #4D5038. Grayscale: #B2B2B2. Windows color (decimal): -5066809 or 13086642. OLE color: 13086642.
HSL color Cylindrical-coordinate representation of color #B2AFC7: hue angle of 247.5º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2AFC7 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 175 | 199 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.22 |
| HSL | 247.5º | 0.18% | 0.73% | - |
| HSV(B) | 247.5º | 0.12% | 0.78% | - |
| XYZ | 44 | 44.25 | 60.25 | - |
| YUV | 178.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 199 | 0.11 | 0.12 | 0 | 0.22 | 247.5 | 0.18 | 0.73 |
| Hex | B2 | AF | C7 | B | C | 0 | 16 | F8 | 12 | 49 |
| Octal | 262 | 257 | 307 | 13 | 14 | 0 | 26 | 370 | 22 | 111 |
| Binary | 10110010 | 10101111 | 11000111 | 1011 | 1100 | 0 | 10110 | 11111000 | 10010 | 1001001 |
Color Harmonies of #B2AFC7
Complementary color
Monochromatic Colors of #B2AFC7
Black with #B2AFC7
Text Example
Text Example
White with #B2AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFC7; }
p { color: rgb(178,175,199); }
H1.HeaderClassName
{
color: #B2AFC7;
}
.AnyTagClassName
{
color: #B2AFC7;
}
</style>
background-color css
<style>
a { background-color: #B2AFC7; }
a { background-color: rgb(178,175,199); }
div.DivClassName
{
background-color: #B2AFC7;
}
.BgClassName
{
background-color: #B2AFC7;
}
</style>
border-color css
<style>
span { border-color: #B2AFC7; }
span { border-color: rgb(178,175,199); }
td.TdClassName
{
border-color: #B2AFC7;
}
.TagClassName
{
border-color: #B2AFC7;
}
</style>