Shades of Perano #9BBAFF
Tints of Perano #9BBAFF
RGB
CMYK
RGB Variations
Color information
#9BBAFF (or 0x9BBAFF) is known color: Perano. HEX triplet: 9B, BA and FF. RGB value is (155,186,255). Sum of RGB (Red+Green+Blue) = 155+186+255=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBAFF is #644500. Grayscale: #B8B8B8. Windows color (decimal): -6571265 or 16759451. OLE color: 16759451.
HSL color Cylindrical-coordinate representation of color #9BBAFF: hue angle of 221.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBAFF is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 186 | 255 | - |
| CMYK | 0.39 | 0.27 | 0 | 0 |
| HSL | 221.4º | 1% | 0.8% | - |
| HSV(B) | 221.4º | 0.39% | 1% | - |
| XYZ | 49.13 | 49.31 | 101.54 | - |
| YUV | 184.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 255 | 0.39 | 0.27 | 0 | 0 | 221.4 | 1 | 0.8 |
| Hex | 9B | BA | FF | 27 | 1B | 0 | 0 | DD | 64 | 50 |
| Octal | 233 | 272 | 377 | 47 | 33 | 0 | 0 | 335 | 144 | 120 |
| Binary | 10011011 | 10111010 | 11111111 | 100111 | 11011 | 0 | 0 | 11011101 | 1100100 | 1010000 |
Color Harmonies of #9BBAFF
Complementary color
Monochromatic Colors of #9BBAFF
Black with #9BBAFF
Text Example
Text Example
White with #9BBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAFF; }
p { color: rgb(155,186,255); }
H1.HeaderClassName
{
color: #9BBAFF;
}
.AnyTagClassName
{
color: #9BBAFF;
}
</style>
background-color css
<style>
a { background-color: #9BBAFF; }
a { background-color: rgb(155,186,255); }
div.DivClassName
{
background-color: #9BBAFF;
}
.BgClassName
{
background-color: #9BBAFF;
}
</style>
border-color css
<style>
span { border-color: #9BBAFF; }
span { border-color: rgb(155,186,255); }
td.TdClassName
{
border-color: #9BBAFF;
}
.TagClassName
{
border-color: #9BBAFF;
}
</style>