Shades of Blue Haze #B6B1CF
Tints of Blue Haze #B6B1CF
RGB
CMYK
RGB Variations
Color information
#B6B1CF (or 0xB6B1CF) is known color: Blue Haze. HEX triplet: B6, B1 and CF. RGB value is (182,177,207). Sum of RGB (Red+Green+Blue) = 182+177+207=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B1CF is #494E30. Grayscale: #B5B5B5. Windows color (decimal): -4804145 or 13611446. OLE color: 13611446.
HSL color Cylindrical-coordinate representation of color #B6B1CF: hue angle of 250º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6B1CF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 177 | 207 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.19 |
| HSL | 250º | 0.24% | 0.75% | - |
| HSV(B) | 250º | 0.14% | 0.81% | - |
| XYZ | 46.28 | 45.89 | 65.45 | - |
| YUV | 181.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 177 | 207 | 0.12 | 0.14 | 0 | 0.19 | 250 | 0.24 | 0.75 |
| Hex | B6 | B1 | CF | C | E | 0 | 13 | FA | 18 | 4B |
| Octal | 266 | 261 | 317 | 14 | 16 | 0 | 23 | 372 | 30 | 113 |
| Binary | 10110110 | 10110001 | 11001111 | 1100 | 1110 | 0 | 10011 | 11111010 | 11000 | 1001011 |
Color Harmonies of #B6B1CF
Complementary color
Monochromatic Colors of #B6B1CF
Black with #B6B1CF
Text Example
Text Example
White with #B6B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B1CF; }
p { color: rgb(182,177,207); }
H1.HeaderClassName
{
color: #B6B1CF;
}
.AnyTagClassName
{
color: #B6B1CF;
}
</style>
background-color css
<style>
a { background-color: #B6B1CF; }
a { background-color: rgb(182,177,207); }
div.DivClassName
{
background-color: #B6B1CF;
}
.BgClassName
{
background-color: #B6B1CF;
}
</style>
border-color css
<style>
span { border-color: #B6B1CF; }
span { border-color: rgb(182,177,207); }
td.TdClassName
{
border-color: #B6B1CF;
}
.TagClassName
{
border-color: #B6B1CF;
}
</style>