Shades of Heather #B1C3CD
Tints of Heather #B1C3CD
RGB
CMYK
RGB Variations
Color information
#B1C3CD (or 0xB1C3CD) is known color: Heather. HEX triplet: B1, C3 and CD. RGB value is (177,195,205). Sum of RGB (Red+Green+Blue) = 177+195+205=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3CD is #4E3C32. Grayscale: #BEBEBE. Windows color (decimal): -5127219 or 13484977. OLE color: 13484977.
HSL color Cylindrical-coordinate representation of color #B1C3CD: hue angle of 201.43º 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 #B1C3CD is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 195 | 205 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.20 |
| HSL | 201.43º | 0.22% | 0.75% | - |
| HSV(B) | 201.43º | 0.14% | 0.8% | - |
| XYZ | 48.67 | 52.79 | 65.38 | - |
| YUV | 190.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 205 | 0.14 | 0.05 | 0 | 0.20 | 201.43 | 0.22 | 0.75 |
| Hex | B1 | C3 | CD | E | 5 | 0 | 14 | C9 | 16 | 4B |
| Octal | 261 | 303 | 315 | 16 | 5 | 0 | 24 | 311 | 26 | 113 |
| Binary | 10110001 | 11000011 | 11001101 | 1110 | 101 | 0 | 10100 | 11001001 | 10110 | 1001011 |
Color Harmonies of #B1C3CD
Complementary color
Monochromatic Colors of #B1C3CD
Black with #B1C3CD
Text Example
Text Example
White with #B1C3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3CD; }
p { color: rgb(177,195,205); }
H1.HeaderClassName
{
color: #B1C3CD;
}
.AnyTagClassName
{
color: #B1C3CD;
}
</style>
background-color css
<style>
a { background-color: #B1C3CD; }
a { background-color: rgb(177,195,205); }
div.DivClassName
{
background-color: #B1C3CD;
}
.BgClassName
{
background-color: #B1C3CD;
}
</style>
border-color css
<style>
span { border-color: #B1C3CD; }
span { border-color: rgb(177,195,205); }
td.TdClassName
{
border-color: #B1C3CD;
}
.TagClassName
{
border-color: #B1C3CD;
}
</style>