Shades of Perano #9BBDFA
Tints of Perano #9BBDFA
RGB
CMYK
RGB Variations
Color information
#9BBDFA (or 0x9BBDFA) is known color: Perano. HEX triplet: 9B, BD and FA. RGB value is (155,189,250). Sum of RGB (Red+Green+Blue) = 155+189+250=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BBDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDFA is #644205. Grayscale: #B9B9B9. Windows color (decimal): -6570502 or 16432539. OLE color: 16432539.
HSL color Cylindrical-coordinate representation of color #9BBDFA: hue angle of 218.53º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBDFA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 189 | 250 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.02 |
| HSL | 218.53º | 0.9% | 0.79% | - |
| HSV(B) | 218.53º | 0.38% | 0.98% | - |
| XYZ | 48.97 | 50.27 | 97.56 | - |
| YUV | 185.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 250 | 0.38 | 0.24 | 0 | 0.02 | 218.53 | 0.9 | 0.79 |
| Hex | 9B | BD | FA | 26 | 18 | 0 | 2 | DB | 5A | 4F |
| Octal | 233 | 275 | 372 | 46 | 30 | 0 | 2 | 333 | 132 | 117 |
| Binary | 10011011 | 10111101 | 11111010 | 100110 | 11000 | 0 | 10 | 11011011 | 1011010 | 1001111 |
Color Harmonies of #9BBDFA
Complementary color
Monochromatic Colors of #9BBDFA
Black with #9BBDFA
Text Example
Text Example
White with #9BBDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDFA; }
p { color: rgb(155,189,250); }
H1.HeaderClassName
{
color: #9BBDFA;
}
.AnyTagClassName
{
color: #9BBDFA;
}
</style>
background-color css
<style>
a { background-color: #9BBDFA; }
a { background-color: rgb(155,189,250); }
div.DivClassName
{
background-color: #9BBDFA;
}
.BgClassName
{
background-color: #9BBDFA;
}
</style>
border-color css
<style>
span { border-color: #9BBDFA; }
span { border-color: rgb(155,189,250); }
td.TdClassName
{
border-color: #9BBDFA;
}
.TagClassName
{
border-color: #9BBDFA;
}
</style>