Shades of Heather #B1C6CD
Tints of Heather #B1C6CD
RGB
CMYK
RGB Variations
Color information
#B1C6CD (or 0xB1C6CD) is known color: Heather. HEX triplet: B1, C6 and CD. RGB value is (177,198,205). Sum of RGB (Red+Green+Blue) = 177+198+205=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C6CD is #4E3932. Grayscale: #C0C0C0. Windows color (decimal): -5126451 or 13485745. OLE color: 13485745.
HSL color Cylindrical-coordinate representation of color #B1C6CD: hue angle of 195º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1C6CD is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 198 | 205 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.20 |
| HSL | 195º | 0.22% | 0.75% | - |
| HSV(B) | 195º | 0.14% | 0.8% | - |
| XYZ | 49.34 | 54.14 | 65.61 | - |
| YUV | 192.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 205 | 0.14 | 0.03 | 0 | 0.20 | 195 | 0.22 | 0.75 |
| Hex | B1 | C6 | CD | E | 3 | 0 | 14 | C3 | 16 | 4B |
| Octal | 261 | 306 | 315 | 16 | 3 | 0 | 24 | 303 | 26 | 113 |
| Binary | 10110001 | 11000110 | 11001101 | 1110 | 11 | 0 | 10100 | 11000011 | 10110 | 1001011 |
Color Harmonies of #B1C6CD
Complementary color
Monochromatic Colors of #B1C6CD
Black with #B1C6CD
Text Example
Text Example
White with #B1C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C6CD; }
p { color: rgb(177,198,205); }
H1.HeaderClassName
{
color: #B1C6CD;
}
.AnyTagClassName
{
color: #B1C6CD;
}
</style>
background-color css
<style>
a { background-color: #B1C6CD; }
a { background-color: rgb(177,198,205); }
div.DivClassName
{
background-color: #B1C6CD;
}
.BgClassName
{
background-color: #B1C6CD;
}
</style>
border-color css
<style>
span { border-color: #B1C6CD; }
span { border-color: rgb(177,198,205); }
td.TdClassName
{
border-color: #B1C6CD;
}
.TagClassName
{
border-color: #B1C6CD;
}
</style>