Shades of Perano #9CBCF6
Tints of Perano #9CBCF6
RGB
CMYK
RGB Variations
Color information
#9CBCF6 (or 0x9CBCF6) is known color: Perano. HEX triplet: 9C, BC and F6. RGB value is (156,188,246). Sum of RGB (Red+Green+Blue) = 156+188+246=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #9CBCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBCF6 is #634309. Grayscale: #B8B8B8. Windows color (decimal): -6505226 or 16170140. OLE color: 16170140.
HSL color Cylindrical-coordinate representation of color #9CBCF6: hue angle of 218.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CBCF6 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 188 | 246 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.04 |
| HSL | 218.67º | 0.83% | 0.79% | - |
| HSV(B) | 218.67º | 0.37% | 0.96% | - |
| XYZ | 48.33 | 49.69 | 94.23 | - |
| YUV | 185.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 246 | 0.37 | 0.24 | 0 | 0.04 | 218.67 | 0.83 | 0.79 |
| Hex | 9C | BC | F6 | 25 | 18 | 0 | 4 | DB | 53 | 4F |
| Octal | 234 | 274 | 366 | 45 | 30 | 0 | 4 | 333 | 123 | 117 |
| Binary | 10011100 | 10111100 | 11110110 | 100101 | 11000 | 0 | 100 | 11011011 | 1010011 | 1001111 |
Color Harmonies of #9CBCF6
Complementary color
Monochromatic Colors of #9CBCF6
Black with #9CBCF6
Text Example
Text Example
White with #9CBCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCF6; }
p { color: rgb(156,188,246); }
H1.HeaderClassName
{
color: #9CBCF6;
}
.AnyTagClassName
{
color: #9CBCF6;
}
</style>
background-color css
<style>
a { background-color: #9CBCF6; }
a { background-color: rgb(156,188,246); }
div.DivClassName
{
background-color: #9CBCF6;
}
.BgClassName
{
background-color: #9CBCF6;
}
</style>
border-color css
<style>
span { border-color: #9CBCF6; }
span { border-color: rgb(156,188,246); }
td.TdClassName
{
border-color: #9CBCF6;
}
.TagClassName
{
border-color: #9CBCF6;
}
</style>