Shades of Perano #9BB2FE
Tints of Perano #9BB2FE
RGB
CMYK
RGB Variations
Color information
#9BB2FE (or 0x9BB2FE) is known color: Perano. HEX triplet: 9B, B2 and FE. RGB value is (155,178,254). Sum of RGB (Red+Green+Blue) = 155+178+254=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BB2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB2FE is #644D01. Grayscale: #B3B3B3. Windows color (decimal): -6573314 or 16691867. OLE color: 16691867.
HSL color Cylindrical-coordinate representation of color #9BB2FE: hue angle of 226.06º 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 #9BB2FE is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 178 | 254 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.00 |
| HSL | 226.06º | 0.98% | 0.8% | - |
| HSV(B) | 226.06º | 0.39% | 1% | - |
| XYZ | 47.33 | 45.97 | 100.14 | - |
| YUV | 179.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 254 | 0.39 | 0.30 | 0 | 0.00 | 226.06 | 0.98 | 0.8 |
| Hex | 9B | B2 | FE | 27 | 1E | 0 | 0 | E2 | 62 | 50 |
| Octal | 233 | 262 | 376 | 47 | 36 | 0 | 0 | 342 | 142 | 120 |
| Binary | 10011011 | 10110010 | 11111110 | 100111 | 11110 | 0 | 0 | 11100010 | 1100010 | 1010000 |
Color Harmonies of #9BB2FE
Complementary color
Monochromatic Colors of #9BB2FE
Black with #9BB2FE
Text Example
Text Example
White with #9BB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB2FE; }
p { color: rgb(155,178,254); }
H1.HeaderClassName
{
color: #9BB2FE;
}
.AnyTagClassName
{
color: #9BB2FE;
}
</style>
background-color css
<style>
a { background-color: #9BB2FE; }
a { background-color: rgb(155,178,254); }
div.DivClassName
{
background-color: #9BB2FE;
}
.BgClassName
{
background-color: #9BB2FE;
}
</style>
border-color css
<style>
span { border-color: #9BB2FE; }
span { border-color: rgb(155,178,254); }
td.TdClassName
{
border-color: #9BB2FE;
}
.TagClassName
{
border-color: #9BB2FE;
}
</style>