Shades of Heather #9FBECB
Tints of Heather #9FBECB
RGB
CMYK
RGB Variations
Color information
#9FBECB (or 0x9FBECB) is known color: Heather. HEX triplet: 9F, BE and CB. RGB value is (159,190,203). Sum of RGB (Red+Green+Blue) = 159+190+203=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #9FBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBECB is #604134. Grayscale: #B6B6B6. Windows color (decimal): -6308149 or 13352607. OLE color: 13352607.
HSL color Cylindrical-coordinate representation of color #9FBECB: hue angle of 197.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FBECB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 190 | 203 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.20 |
| HSL | 197.73º | 0.3% | 0.71% | - |
| HSV(B) | 197.73º | 0.22% | 0.8% | - |
| XYZ | 43.49 | 48.51 | 63.57 | - |
| YUV | 182.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 203 | 0.22 | 0.06 | 0 | 0.20 | 197.73 | 0.3 | 0.71 |
| Hex | 9F | BE | CB | 16 | 6 | 0 | 14 | C6 | 1E | 47 |
| Octal | 237 | 276 | 313 | 26 | 6 | 0 | 24 | 306 | 36 | 107 |
| Binary | 10011111 | 10111110 | 11001011 | 10110 | 110 | 0 | 10100 | 11000110 | 11110 | 1000111 |
Color Harmonies of #9FBECB
Complementary color
Monochromatic Colors of #9FBECB
Black with #9FBECB
Text Example
Text Example
White with #9FBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBECB; }
p { color: rgb(159,190,203); }
H1.HeaderClassName
{
color: #9FBECB;
}
.AnyTagClassName
{
color: #9FBECB;
}
</style>
background-color css
<style>
a { background-color: #9FBECB; }
a { background-color: rgb(159,190,203); }
div.DivClassName
{
background-color: #9FBECB;
}
.BgClassName
{
background-color: #9FBECB;
}
</style>
border-color css
<style>
span { border-color: #9FBECB; }
span { border-color: rgb(159,190,203); }
td.TdClassName
{
border-color: #9FBECB;
}
.TagClassName
{
border-color: #9FBECB;
}
</style>