Shades of Perano #9CBAF2
Tints of Perano #9CBAF2
RGB
CMYK
RGB Variations
Color information
#9CBAF2 (or 0x9CBAF2) is known color: Perano. HEX triplet: 9C, BA and F2. RGB value is (156,186,242). Sum of RGB (Red+Green+Blue) = 156+186+242=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CBAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAF2 is #63450D. Grayscale: #B7B7B7. Windows color (decimal): -6505742 or 15907484. OLE color: 15907484.
HSL color Cylindrical-coordinate representation of color #9CBAF2: hue angle of 219.07º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CBAF2 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 186 | 242 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.05 |
| HSL | 219.07º | 0.77% | 0.78% | - |
| HSV(B) | 219.07º | 0.36% | 0.95% | - |
| XYZ | 47.3 | 48.6 | 90.89 | - |
| YUV | 183.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 242 | 0.36 | 0.23 | 0 | 0.05 | 219.07 | 0.77 | 0.78 |
| Hex | 9C | BA | F2 | 24 | 17 | 0 | 5 | DB | 4D | 4E |
| Octal | 234 | 272 | 362 | 44 | 27 | 0 | 5 | 333 | 115 | 116 |
| Binary | 10011100 | 10111010 | 11110010 | 100100 | 10111 | 0 | 101 | 11011011 | 1001101 | 1001110 |
Color Harmonies of #9CBAF2
Complementary color
Monochromatic Colors of #9CBAF2
Black with #9CBAF2
Text Example
Text Example
White with #9CBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAF2; }
p { color: rgb(156,186,242); }
H1.HeaderClassName
{
color: #9CBAF2;
}
.AnyTagClassName
{
color: #9CBAF2;
}
</style>
background-color css
<style>
a { background-color: #9CBAF2; }
a { background-color: rgb(156,186,242); }
div.DivClassName
{
background-color: #9CBAF2;
}
.BgClassName
{
background-color: #9CBAF2;
}
</style>
border-color css
<style>
span { border-color: #9CBAF2; }
span { border-color: rgb(156,186,242); }
td.TdClassName
{
border-color: #9CBAF2;
}
.TagClassName
{
border-color: #9CBAF2;
}
</style>