Shades of Perano #99BAEA
Tints of Perano #99BAEA
RGB
CMYK
RGB Variations
Color information
#99BAEA (or 0x99BAEA) is known color: Perano. HEX triplet: 99, BA and EA. RGB value is (153,186,234). Sum of RGB (Red+Green+Blue) = 153+186+234=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #99BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAEA is #664515. Grayscale: #B5B5B5. Windows color (decimal): -6702358 or 15383193. OLE color: 15383193.
HSL color Cylindrical-coordinate representation of color #99BAEA: hue angle of 215.56º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99BAEA is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 186 | 234 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.08 |
| HSL | 215.56º | 0.66% | 0.76% | - |
| HSV(B) | 215.56º | 0.35% | 0.92% | - |
| XYZ | 45.55 | 47.83 | 84.67 | - |
| YUV | 181.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 234 | 0.35 | 0.21 | 0 | 0.08 | 215.56 | 0.66 | 0.76 |
| Hex | 99 | BA | EA | 23 | 15 | 0 | 8 | D8 | 42 | 4C |
| Octal | 231 | 272 | 352 | 43 | 25 | 0 | 10 | 330 | 102 | 114 |
| Binary | 10011001 | 10111010 | 11101010 | 100011 | 10101 | 0 | 1000 | 11011000 | 1000010 | 1001100 |
Color Harmonies of #99BAEA
Complementary color
Monochromatic Colors of #99BAEA
Black with #99BAEA
Text Example
Text Example
White with #99BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAEA; }
p { color: rgb(153,186,234); }
H1.HeaderClassName
{
color: #99BAEA;
}
.AnyTagClassName
{
color: #99BAEA;
}
</style>
background-color css
<style>
a { background-color: #99BAEA; }
a { background-color: rgb(153,186,234); }
div.DivClassName
{
background-color: #99BAEA;
}
.BgClassName
{
background-color: #99BAEA;
}
</style>
border-color css
<style>
span { border-color: #99BAEA; }
span { border-color: rgb(153,186,234); }
td.TdClassName
{
border-color: #99BAEA;
}
.TagClassName
{
border-color: #99BAEA;
}
</style>