Shades of Perano #9CBAF0
Tints of Perano #9CBAF0
RGB
CMYK
RGB Variations
Color information
#9CBAF0 (or 0x9CBAF0) is known color: Perano. HEX triplet: 9C, BA and F0. RGB value is (156,186,240). Sum of RGB (Red+Green+Blue) = 156+186+240=582 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.80% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #9CBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAF0 is #63450F. Grayscale: #B6B6B6. Windows color (decimal): -6505744 or 15776412. OLE color: 15776412.
HSL color Cylindrical-coordinate representation of color #9CBAF0: hue angle of 218.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CBAF0 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 186 | 240 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.06 |
| HSL | 218.57º | 0.74% | 0.78% | - |
| HSV(B) | 218.57º | 0.35% | 0.94% | - |
| XYZ | 47 | 48.48 | 89.32 | - |
| YUV | 183.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 240 | 0.35 | 0.22 | 0 | 0.06 | 218.57 | 0.74 | 0.78 |
| Hex | 9C | BA | F0 | 23 | 16 | 0 | 6 | DB | 4A | 4E |
| Octal | 234 | 272 | 360 | 43 | 26 | 0 | 6 | 333 | 112 | 116 |
| Binary | 10011100 | 10111010 | 11110000 | 100011 | 10110 | 0 | 110 | 11011011 | 1001010 | 1001110 |
Color Harmonies of #9CBAF0
Complementary color
Monochromatic Colors of #9CBAF0
Black with #9CBAF0
Text Example
Text Example
White with #9CBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAF0; }
p { color: rgb(156,186,240); }
H1.HeaderClassName
{
color: #9CBAF0;
}
.AnyTagClassName
{
color: #9CBAF0;
}
</style>
background-color css
<style>
a { background-color: #9CBAF0; }
a { background-color: rgb(156,186,240); }
div.DivClassName
{
background-color: #9CBAF0;
}
.BgClassName
{
background-color: #9CBAF0;
}
</style>
border-color css
<style>
span { border-color: #9CBAF0; }
span { border-color: rgb(156,186,240); }
td.TdClassName
{
border-color: #9CBAF0;
}
.TagClassName
{
border-color: #9CBAF0;
}
</style>