Shades of Perano #99BAF2
Tints of Perano #99BAF2
RGB
CMYK
RGB Variations
Color information
#99BAF2 (or 0x99BAF2) is known color: Perano. HEX triplet: 99, BA and F2. RGB value is (153,186,242). Sum of RGB (Red+Green+Blue) = 153+186+242=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #99BAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BAF2 is #66450D. Grayscale: #B6B6B6. Windows color (decimal): -6702350 or 15907481. OLE color: 15907481.
HSL color Cylindrical-coordinate representation of color #99BAF2: hue angle of 217.75º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BAF2 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 186 | 242 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.05 |
| HSL | 217.75º | 0.77% | 0.77% | - |
| HSV(B) | 217.75º | 0.37% | 0.95% | - |
| XYZ | 46.72 | 48.3 | 90.86 | - |
| YUV | 182.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 242 | 0.37 | 0.23 | 0 | 0.05 | 217.75 | 0.77 | 0.77 |
| Hex | 99 | BA | F2 | 25 | 17 | 0 | 5 | DA | 4D | 4D |
| Octal | 231 | 272 | 362 | 45 | 27 | 0 | 5 | 332 | 115 | 115 |
| Binary | 10011001 | 10111010 | 11110010 | 100101 | 10111 | 0 | 101 | 11011010 | 1001101 | 1001101 |
Color Harmonies of #99BAF2
Complementary color
Monochromatic Colors of #99BAF2
Black with #99BAF2
Text Example
Text Example
White with #99BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BAF2; }
p { color: rgb(153,186,242); }
H1.HeaderClassName
{
color: #99BAF2;
}
.AnyTagClassName
{
color: #99BAF2;
}
</style>
background-color css
<style>
a { background-color: #99BAF2; }
a { background-color: rgb(153,186,242); }
div.DivClassName
{
background-color: #99BAF2;
}
.BgClassName
{
background-color: #99BAF2;
}
</style>
border-color css
<style>
span { border-color: #99BAF2; }
span { border-color: rgb(153,186,242); }
td.TdClassName
{
border-color: #99BAF2;
}
.TagClassName
{
border-color: #99BAF2;
}
</style>