Shades of Blue Haze #B1AFC2
Tints of Blue Haze #B1AFC2
RGB
CMYK
RGB Variations
Color information
#B1AFC2 (or 0xB1AFC2) is known color: Blue Haze. HEX triplet: B1, AF and C2. RGB value is (177,175,194). Sum of RGB (Red+Green+Blue) = 177+175+194=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #B1AFC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFC2 is #4E503D. Grayscale: #B1B1B1. Windows color (decimal): -5132350 or 12758961. OLE color: 12758961.
HSL color Cylindrical-coordinate representation of color #B1AFC2: hue angle of 246.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AFC2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 175 | 194 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.24 |
| HSL | 246.32º | 0.13% | 0.72% | - |
| HSV(B) | 246.32º | 0.1% | 0.76% | - |
| XYZ | 43.2 | 43.9 | 57.24 | - |
| YUV | 177.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 194 | 0.09 | 0.10 | 0 | 0.24 | 246.32 | 0.13 | 0.72 |
| Hex | B1 | AF | C2 | 9 | A | 0 | 18 | F6 | D | 48 |
| Octal | 261 | 257 | 302 | 11 | 12 | 0 | 30 | 366 | 15 | 110 |
| Binary | 10110001 | 10101111 | 11000010 | 1001 | 1010 | 0 | 11000 | 11110110 | 1101 | 1001000 |
Color Harmonies of #B1AFC2
Complementary color
Monochromatic Colors of #B1AFC2
Black with #B1AFC2
Text Example
Text Example
White with #B1AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFC2; }
p { color: rgb(177,175,194); }
H1.HeaderClassName
{
color: #B1AFC2;
}
.AnyTagClassName
{
color: #B1AFC2;
}
</style>
background-color css
<style>
a { background-color: #B1AFC2; }
a { background-color: rgb(177,175,194); }
div.DivClassName
{
background-color: #B1AFC2;
}
.BgClassName
{
background-color: #B1AFC2;
}
</style>
border-color css
<style>
span { border-color: #B1AFC2; }
span { border-color: rgb(177,175,194); }
td.TdClassName
{
border-color: #B1AFC2;
}
.TagClassName
{
border-color: #B1AFC2;
}
</style>