Shades of Perano #9CBAFC
Tints of Perano #9CBAFC
RGB
CMYK
RGB Variations
Color information
#9CBAFC (or 0x9CBAFC) is known color: Perano. HEX triplet: 9C, BA and FC. RGB value is (156,186,252). Sum of RGB (Red+Green+Blue) = 156+186+252=594 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.26% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CBAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAFC is #634503. Grayscale: #B8B8B8. Windows color (decimal): -6505732 or 16562844. OLE color: 16562844.
HSL color Cylindrical-coordinate representation of color #9CBAFC: hue angle of 221.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CBAFC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 186 | 252 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.01 |
| HSL | 221.25º | 0.94% | 0.8% | - |
| HSV(B) | 221.25º | 0.38% | 0.99% | - |
| XYZ | 48.84 | 49.21 | 99.02 | - |
| YUV | 184.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 252 | 0.38 | 0.26 | 0 | 0.01 | 221.25 | 0.94 | 0.8 |
| Hex | 9C | BA | FC | 26 | 1A | 0 | 1 | DD | 5E | 50 |
| Octal | 234 | 272 | 374 | 46 | 32 | 0 | 1 | 335 | 136 | 120 |
| Binary | 10011100 | 10111010 | 11111100 | 100110 | 11010 | 0 | 1 | 11011101 | 1011110 | 1010000 |
Color Harmonies of #9CBAFC
Complementary color
Monochromatic Colors of #9CBAFC
Black with #9CBAFC
Text Example
Text Example
White with #9CBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAFC; }
p { color: rgb(156,186,252); }
H1.HeaderClassName
{
color: #9CBAFC;
}
.AnyTagClassName
{
color: #9CBAFC;
}
</style>
background-color css
<style>
a { background-color: #9CBAFC; }
a { background-color: rgb(156,186,252); }
div.DivClassName
{
background-color: #9CBAFC;
}
.BgClassName
{
background-color: #9CBAFC;
}
</style>
border-color css
<style>
span { border-color: #9CBAFC; }
span { border-color: rgb(156,186,252); }
td.TdClassName
{
border-color: #9CBAFC;
}
.TagClassName
{
border-color: #9CBAFC;
}
</style>