Shades of Perano #9BBAFE
Tints of Perano #9BBAFE
RGB
CMYK
RGB Variations
Color information
#9BBAFE (or 0x9BBAFE) is known color: Perano. HEX triplet: 9B, BA and FE. RGB value is (155,186,254). Sum of RGB (Red+Green+Blue) = 155+186+254=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBAFE is #644501. Grayscale: #B8B8B8. Windows color (decimal): -6571266 or 16693915. OLE color: 16693915.
HSL color Cylindrical-coordinate representation of color #9BBAFE: hue angle of 221.21º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBAFE is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 186 | 254 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.00 |
| HSL | 221.21º | 0.98% | 0.8% | - |
| HSV(B) | 221.21º | 0.39% | 1% | - |
| XYZ | 48.97 | 49.24 | 100.69 | - |
| YUV | 184.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 186 | 254 | 0.39 | 0.27 | 0 | 0.00 | 221.21 | 0.98 | 0.8 |
| Hex | 9B | BA | FE | 27 | 1B | 0 | 0 | DD | 62 | 50 |
| Octal | 233 | 272 | 376 | 47 | 33 | 0 | 0 | 335 | 142 | 120 |
| Binary | 10011011 | 10111010 | 11111110 | 100111 | 11011 | 0 | 0 | 11011101 | 1100010 | 1010000 |
Color Harmonies of #9BBAFE
Complementary color
Monochromatic Colors of #9BBAFE
Black with #9BBAFE
Text Example
Text Example
White with #9BBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBAFE; }
p { color: rgb(155,186,254); }
H1.HeaderClassName
{
color: #9BBAFE;
}
.AnyTagClassName
{
color: #9BBAFE;
}
</style>
background-color css
<style>
a { background-color: #9BBAFE; }
a { background-color: rgb(155,186,254); }
div.DivClassName
{
background-color: #9BBAFE;
}
.BgClassName
{
background-color: #9BBAFE;
}
</style>
border-color css
<style>
span { border-color: #9BBAFE; }
span { border-color: rgb(155,186,254); }
td.TdClassName
{
border-color: #9BBAFE;
}
.TagClassName
{
border-color: #9BBAFE;
}
</style>