Shades of Perano #9BB2F6
Tints of Perano #9BB2F6
RGB
CMYK
RGB Variations
Color information
#9BB2F6 (or 0x9BB2F6) is known color: Perano. HEX triplet: 9B, B2 and F6. RGB value is (155,178,246). Sum of RGB (Red+Green+Blue) = 155+178+246=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BB2F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB2F6 is #644D09. Grayscale: #B2B2B2. Windows color (decimal): -6573322 or 16167579. OLE color: 16167579.
HSL color Cylindrical-coordinate representation of color #9BB2F6: hue angle of 224.84º 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 #9BB2F6 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 178 | 246 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.04 |
| HSL | 224.84º | 0.83% | 0.79% | - |
| HSV(B) | 224.84º | 0.37% | 0.96% | - |
| XYZ | 46.07 | 45.46 | 93.54 | - |
| YUV | 178.88 | 165.88 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 246 | 0.37 | 0.28 | 0 | 0.04 | 224.84 | 0.83 | 0.79 |
| Hex | 9B | B2 | F6 | 25 | 1C | 0 | 4 | E1 | 53 | 4F |
| Octal | 233 | 262 | 366 | 45 | 34 | 0 | 4 | 341 | 123 | 117 |
| Binary | 10011011 | 10110010 | 11110110 | 100101 | 11100 | 0 | 100 | 11100001 | 1010011 | 1001111 |
Color Harmonies of #9BB2F6
Complementary color
Monochromatic Colors of #9BB2F6
Black with #9BB2F6
Text Example
Text Example
White with #9BB2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB2F6; }
p { color: rgb(155,178,246); }
H1.HeaderClassName
{
color: #9BB2F6;
}
.AnyTagClassName
{
color: #9BB2F6;
}
</style>
background-color css
<style>
a { background-color: #9BB2F6; }
a { background-color: rgb(155,178,246); }
div.DivClassName
{
background-color: #9BB2F6;
}
.BgClassName
{
background-color: #9BB2F6;
}
</style>
border-color css
<style>
span { border-color: #9BB2F6; }
span { border-color: rgb(155,178,246); }
td.TdClassName
{
border-color: #9BB2F6;
}
.TagClassName
{
border-color: #9BB2F6;
}
</style>