Shades of Perano #9CBAFF
Tints of Perano #9CBAFF
RGB
CMYK
RGB Variations
Color information
#9CBAFF (or 0x9CBAFF) is known color: Perano. HEX triplet: 9C, BA and FF. RGB value is (156,186,255). Sum of RGB (Red+Green+Blue) = 156+186+255=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAFF is #634500. Grayscale: #B8B8B8. Windows color (decimal): -6505729 or 16759452. OLE color: 16759452.
HSL color Cylindrical-coordinate representation of color #9CBAFF: hue angle of 221.82º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CBAFF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 186 | 255 | - |
| CMYK | 0.39 | 0.27 | 0 | 0 |
| HSL | 221.82º | 1% | 0.81% | - |
| HSV(B) | 221.82º | 0.39% | 1% | - |
| XYZ | 49.32 | 49.41 | 101.54 | - |
| YUV | 184.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 186 | 255 | 0.39 | 0.27 | 0 | 0 | 221.82 | 1 | 0.81 |
| Hex | 9C | BA | FF | 27 | 1B | 0 | 0 | DE | 64 | 51 |
| Octal | 234 | 272 | 377 | 47 | 33 | 0 | 0 | 336 | 144 | 121 |
| Binary | 10011100 | 10111010 | 11111111 | 100111 | 11011 | 0 | 0 | 11011110 | 1100100 | 1010001 |
Color Harmonies of #9CBAFF
Complementary color
Monochromatic Colors of #9CBAFF
Black with #9CBAFF
Text Example
Text Example
White with #9CBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBAFF; }
p { color: rgb(156,186,255); }
H1.HeaderClassName
{
color: #9CBAFF;
}
.AnyTagClassName
{
color: #9CBAFF;
}
</style>
background-color css
<style>
a { background-color: #9CBAFF; }
a { background-color: rgb(156,186,255); }
div.DivClassName
{
background-color: #9CBAFF;
}
.BgClassName
{
background-color: #9CBAFF;
}
</style>
border-color css
<style>
span { border-color: #9CBAFF; }
span { border-color: rgb(156,186,255); }
td.TdClassName
{
border-color: #9CBAFF;
}
.TagClassName
{
border-color: #9CBAFF;
}
</style>