Shades of Heather #9BBECA
Tints of Heather #9BBECA
RGB
CMYK
RGB Variations
Color information
#9BBECA (or 0x9BBECA) is known color: Heather. HEX triplet: 9B, BE and CA. RGB value is (155,190,202). Sum of RGB (Red+Green+Blue) = 155+190+202=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BBECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBECA is #644135. Grayscale: #B4B4B4. Windows color (decimal): -6570294 or 13287067. OLE color: 13287067.
HSL color Cylindrical-coordinate representation of color #9BBECA: hue angle of 195.32º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBECA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 190 | 202 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.21 |
| HSL | 195.32º | 0.31% | 0.7% | - |
| HSV(B) | 195.32º | 0.23% | 0.79% | - |
| XYZ | 42.59 | 48.06 | 62.91 | - |
| YUV | 180.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 202 | 0.23 | 0.06 | 0 | 0.21 | 195.32 | 0.31 | 0.7 |
| Hex | 9B | BE | CA | 17 | 6 | 0 | 15 | C3 | 1F | 46 |
| Octal | 233 | 276 | 312 | 27 | 6 | 0 | 25 | 303 | 37 | 106 |
| Binary | 10011011 | 10111110 | 11001010 | 10111 | 110 | 0 | 10101 | 11000011 | 11111 | 1000110 |
Color Harmonies of #9BBECA
Complementary color
Monochromatic Colors of #9BBECA
Black with #9BBECA
Text Example
Text Example
White with #9BBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBECA; }
p { color: rgb(155,190,202); }
H1.HeaderClassName
{
color: #9BBECA;
}
.AnyTagClassName
{
color: #9BBECA;
}
</style>
background-color css
<style>
a { background-color: #9BBECA; }
a { background-color: rgb(155,190,202); }
div.DivClassName
{
background-color: #9BBECA;
}
.BgClassName
{
background-color: #9BBECA;
}
</style>
border-color css
<style>
span { border-color: #9BBECA; }
span { border-color: rgb(155,190,202); }
td.TdClassName
{
border-color: #9BBECA;
}
.TagClassName
{
border-color: #9BBECA;
}
</style>