Shades of Onahau #BAE2FB
Tints of Onahau #BAE2FB
RGB
CMYK
RGB Variations
Color information
#BAE2FB (or 0xBAE2FB) is known color: Onahau. HEX triplet: BA, E2 and FB. RGB value is (186,226,251). Sum of RGB (Red+Green+Blue) = 186+226+251=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2FB is #451D04. Grayscale: #D8D8D8. Windows color (decimal): -4529413 or 16507578. OLE color: 16507578.
HSL color Cylindrical-coordinate representation of color #BAE2FB: hue angle of 203.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE2FB is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 226 | 251 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.02 |
| HSL | 203.08º | 0.89% | 0.86% | - |
| HSV(B) | 203.08º | 0.26% | 0.98% | - |
| XYZ | 64.86 | 71.8 | 101.71 | - |
| YUV | 216.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 251 | 0.26 | 0.10 | 0 | 0.02 | 203.08 | 0.89 | 0.86 |
| Hex | BA | E2 | FB | 1A | A | 0 | 2 | CB | 59 | 56 |
| Octal | 272 | 342 | 373 | 32 | 12 | 0 | 2 | 313 | 131 | 126 |
| Binary | 10111010 | 11100010 | 11111011 | 11010 | 1010 | 0 | 10 | 11001011 | 1011001 | 1010110 |
Color Harmonies of #BAE2FB
Complementary color
Monochromatic Colors of #BAE2FB
Black with #BAE2FB
Text Example
Text Example
White with #BAE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE2FB; }
p { color: rgb(186,226,251); }
H1.HeaderClassName
{
color: #BAE2FB;
}
.AnyTagClassName
{
color: #BAE2FB;
}
</style>
background-color css
<style>
a { background-color: #BAE2FB; }
a { background-color: rgb(186,226,251); }
div.DivClassName
{
background-color: #BAE2FB;
}
.BgClassName
{
background-color: #BAE2FB;
}
</style>
border-color css
<style>
span { border-color: #BAE2FB; }
span { border-color: rgb(186,226,251); }
td.TdClassName
{
border-color: #BAE2FB;
}
.TagClassName
{
border-color: #BAE2FB;
}
</style>