Shades of Blue Haze #B1B0C6
Tints of Blue Haze #B1B0C6
RGB
CMYK
RGB Variations
Color information
#B1B0C6 (or 0xB1B0C6) is known color: Blue Haze. HEX triplet: B1, B0 and C6. RGB value is (177,176,198). Sum of RGB (Red+Green+Blue) = 177+176+198=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1B0C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B0C6 is #4E4F39. Grayscale: #B2B2B2. Windows color (decimal): -5132090 or 13021361. OLE color: 13021361.
HSL color Cylindrical-coordinate representation of color #B1B0C6: hue angle of 242.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1B0C6 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 176 | 198 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.22 |
| HSL | 242.73º | 0.16% | 0.73% | - |
| HSV(B) | 242.73º | 0.11% | 0.78% | - |
| XYZ | 43.85 | 44.48 | 59.7 | - |
| YUV | 178.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 198 | 0.11 | 0.11 | 0 | 0.22 | 242.73 | 0.16 | 0.73 |
| Hex | B1 | B0 | C6 | B | B | 0 | 16 | F3 | 10 | 49 |
| Octal | 261 | 260 | 306 | 13 | 13 | 0 | 26 | 363 | 20 | 111 |
| Binary | 10110001 | 10110000 | 11000110 | 1011 | 1011 | 0 | 10110 | 11110011 | 10000 | 1001001 |
Color Harmonies of #B1B0C6
Complementary color
Monochromatic Colors of #B1B0C6
Black with #B1B0C6
Text Example
Text Example
White with #B1B0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B0C6; }
p { color: rgb(177,176,198); }
H1.HeaderClassName
{
color: #B1B0C6;
}
.AnyTagClassName
{
color: #B1B0C6;
}
</style>
background-color css
<style>
a { background-color: #B1B0C6; }
a { background-color: rgb(177,176,198); }
div.DivClassName
{
background-color: #B1B0C6;
}
.BgClassName
{
background-color: #B1B0C6;
}
</style>
border-color css
<style>
span { border-color: #B1B0C6; }
span { border-color: rgb(177,176,198); }
td.TdClassName
{
border-color: #B1B0C6;
}
.TagClassName
{
border-color: #B1B0C6;
}
</style>