Shades of Perano #9CBDFA
Tints of Perano #9CBDFA
RGB
CMYK
RGB Variations
Color information
#9CBDFA (or 0x9CBDFA) is known color: Perano. HEX triplet: 9C, BD and FA. RGB value is (156,189,250). Sum of RGB (Red+Green+Blue) = 156+189+250=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CBDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBDFA is #634205. Grayscale: #B9B9B9. Windows color (decimal): -6504966 or 16432540. OLE color: 16432540.
HSL color Cylindrical-coordinate representation of color #9CBDFA: hue angle of 218.94º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CBDFA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 189 | 250 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.02 |
| HSL | 218.94º | 0.9% | 0.8% | - |
| HSV(B) | 218.94º | 0.38% | 0.98% | - |
| XYZ | 49.16 | 50.37 | 97.57 | - |
| YUV | 186.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 250 | 0.38 | 0.24 | 0 | 0.02 | 218.94 | 0.9 | 0.8 |
| Hex | 9C | BD | FA | 26 | 18 | 0 | 2 | DB | 5A | 50 |
| Octal | 234 | 275 | 372 | 46 | 30 | 0 | 2 | 333 | 132 | 120 |
| Binary | 10011100 | 10111101 | 11111010 | 100110 | 11000 | 0 | 10 | 11011011 | 1011010 | 1010000 |
Color Harmonies of #9CBDFA
Complementary color
Monochromatic Colors of #9CBDFA
Black with #9CBDFA
Text Example
Text Example
White with #9CBDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDFA; }
p { color: rgb(156,189,250); }
H1.HeaderClassName
{
color: #9CBDFA;
}
.AnyTagClassName
{
color: #9CBDFA;
}
</style>
background-color css
<style>
a { background-color: #9CBDFA; }
a { background-color: rgb(156,189,250); }
div.DivClassName
{
background-color: #9CBDFA;
}
.BgClassName
{
background-color: #9CBDFA;
}
</style>
border-color css
<style>
span { border-color: #9CBDFA; }
span { border-color: rgb(156,189,250); }
td.TdClassName
{
border-color: #9CBDFA;
}
.TagClassName
{
border-color: #9CBDFA;
}
</style>