Shades of Perano #9CBAEC
Tints of Perano #9CBAEC
RGB
CMYK
RGB Variations
Color information
#9CBAEC (or 0x9CBAEC) is known color: Perano. HEX triplet: 9C, BA and EC. RGB value is (156,186,236). Sum of RGB (Red+Green+Blue) = 156+186+236=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAEC is #634513. Grayscale: #B6B6B6. Windows color (decimal): -6505748 or 15514268. OLE color: 15514268.
HSL color Cylindrical-coordinate representation of color #9CBAEC: hue angle of 217.5º 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 #9CBAEC is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 186 | 236 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.07 |
| HSL | 217.5º | 0.68% | 0.77% | - |
| HSV(B) | 217.5º | 0.34% | 0.93% | - |
| XYZ | 46.41 | 48.24 | 86.22 | - |
| YUV | 182.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 236 | 0.34 | 0.21 | 0 | 0.07 | 217.5 | 0.68 | 0.77 |
| Hex | 9C | BA | EC | 22 | 15 | 0 | 7 | DA | 44 | 4D |
| Octal | 234 | 272 | 354 | 42 | 25 | 0 | 7 | 332 | 104 | 115 |
| Binary | 10011100 | 10111010 | 11101100 | 100010 | 10101 | 0 | 111 | 11011010 | 1000100 | 1001101 |
Color Harmonies of #9CBAEC
Complementary color
Monochromatic Colors of #9CBAEC
Black with #9CBAEC
Text Example
Text Example
White with #9CBAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAEC; }
p { color: rgb(156,186,236); }
H1.HeaderClassName
{
color: #9CBAEC;
}
.AnyTagClassName
{
color: #9CBAEC;
}
</style>
background-color css
<style>
a { background-color: #9CBAEC; }
a { background-color: rgb(156,186,236); }
div.DivClassName
{
background-color: #9CBAEC;
}
.BgClassName
{
background-color: #9CBAEC;
}
</style>
border-color css
<style>
span { border-color: #9CBAEC; }
span { border-color: rgb(156,186,236); }
td.TdClassName
{
border-color: #9CBAEC;
}
.TagClassName
{
border-color: #9CBAEC;
}
</style>