Shades of Perano #9CBAEA
Tints of Perano #9CBAEA
RGB
CMYK
RGB Variations
Color information
#9CBAEA (or 0x9CBAEA) is known color: Perano. HEX triplet: 9C, BA and EA. RGB value is (156,186,234). Sum of RGB (Red+Green+Blue) = 156+186+234=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CBAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAEA is #634515. Grayscale: #B6B6B6. Windows color (decimal): -6505750 or 15383196. OLE color: 15383196.
HSL color Cylindrical-coordinate representation of color #9CBAEA: hue angle of 216.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CBAEA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 186 | 234 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.08 |
| HSL | 216.92º | 0.65% | 0.76% | - |
| HSV(B) | 216.92º | 0.33% | 0.92% | - |
| XYZ | 46.12 | 48.13 | 84.7 | - |
| YUV | 182.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 234 | 0.33 | 0.21 | 0 | 0.08 | 216.92 | 0.65 | 0.76 |
| Hex | 9C | BA | EA | 21 | 15 | 0 | 8 | D9 | 41 | 4C |
| Octal | 234 | 272 | 352 | 41 | 25 | 0 | 10 | 331 | 101 | 114 |
| Binary | 10011100 | 10111010 | 11101010 | 100001 | 10101 | 0 | 1000 | 11011001 | 1000001 | 1001100 |
Color Harmonies of #9CBAEA
Complementary color
Monochromatic Colors of #9CBAEA
Black with #9CBAEA
Text Example
Text Example
White with #9CBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAEA; }
p { color: rgb(156,186,234); }
H1.HeaderClassName
{
color: #9CBAEA;
}
.AnyTagClassName
{
color: #9CBAEA;
}
</style>
background-color css
<style>
a { background-color: #9CBAEA; }
a { background-color: rgb(156,186,234); }
div.DivClassName
{
background-color: #9CBAEA;
}
.BgClassName
{
background-color: #9CBAEA;
}
</style>
border-color css
<style>
span { border-color: #9CBAEA; }
span { border-color: rgb(156,186,234); }
td.TdClassName
{
border-color: #9CBAEA;
}
.TagClassName
{
border-color: #9CBAEA;
}
</style>