Shades of Perano #9CBBEC
Tints of Perano #9CBBEC
RGB
CMYK
RGB Variations
Color information
#9CBBEC (or 0x9CBBEC) is known color: Perano. HEX triplet: 9C, BB and EC. RGB value is (156,187,236). Sum of RGB (Red+Green+Blue) = 156+187+236=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CBBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBBEC is #634413. Grayscale: #B7B7B7. Windows color (decimal): -6505492 or 15514524. OLE color: 15514524.
HSL color Cylindrical-coordinate representation of color #9CBBEC: hue angle of 216.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CBBEC is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 187 | 236 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.07 |
| HSL | 216.75º | 0.68% | 0.77% | - |
| HSV(B) | 216.75º | 0.34% | 0.93% | - |
| XYZ | 46.62 | 48.66 | 86.29 | - |
| YUV | 183.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 236 | 0.34 | 0.21 | 0 | 0.07 | 216.75 | 0.68 | 0.77 |
| Hex | 9C | BB | EC | 22 | 15 | 0 | 7 | D9 | 44 | 4D |
| Octal | 234 | 273 | 354 | 42 | 25 | 0 | 7 | 331 | 104 | 115 |
| Binary | 10011100 | 10111011 | 11101100 | 100010 | 10101 | 0 | 111 | 11011001 | 1000100 | 1001101 |
Color Harmonies of #9CBBEC
Complementary color
Monochromatic Colors of #9CBBEC
Black with #9CBBEC
Text Example
Text Example
White with #9CBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBBEC; }
p { color: rgb(156,187,236); }
H1.HeaderClassName
{
color: #9CBBEC;
}
.AnyTagClassName
{
color: #9CBBEC;
}
</style>
background-color css
<style>
a { background-color: #9CBBEC; }
a { background-color: rgb(156,187,236); }
div.DivClassName
{
background-color: #9CBBEC;
}
.BgClassName
{
background-color: #9CBBEC;
}
</style>
border-color css
<style>
span { border-color: #9CBBEC; }
span { border-color: rgb(156,187,236); }
td.TdClassName
{
border-color: #9CBBEC;
}
.TagClassName
{
border-color: #9CBBEC;
}
</style>