Shades of Onahau #BAE4FB
Tints of Onahau #BAE4FB
RGB
CMYK
RGB Variations
Color information
#BAE4FB (or 0xBAE4FB) is known color: Onahau. HEX triplet: BA, E4 and FB. RGB value is (186,228,251). Sum of RGB (Red+Green+Blue) = 186+228+251=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4FB is #451B04. Grayscale: #D9D9D9. Windows color (decimal): -4528901 or 16508090. OLE color: 16508090.
HSL color Cylindrical-coordinate representation of color #BAE4FB: hue angle of 201.23º 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 #BAE4FB is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 228 | 251 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.02 |
| HSL | 201.23º | 0.89% | 0.86% | - |
| HSV(B) | 201.23º | 0.26% | 0.98% | - |
| XYZ | 65.41 | 72.89 | 101.89 | - |
| YUV | 218.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 251 | 0.26 | 0.09 | 0 | 0.02 | 201.23 | 0.89 | 0.86 |
| Hex | BA | E4 | FB | 1A | 9 | 0 | 2 | C9 | 59 | 56 |
| Octal | 272 | 344 | 373 | 32 | 11 | 0 | 2 | 311 | 131 | 126 |
| Binary | 10111010 | 11100100 | 11111011 | 11010 | 1001 | 0 | 10 | 11001001 | 1011001 | 1010110 |
Color Harmonies of #BAE4FB
Complementary color
Monochromatic Colors of #BAE4FB
Black with #BAE4FB
Text Example
Text Example
White with #BAE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE4FB; }
p { color: rgb(186,228,251); }
H1.HeaderClassName
{
color: #BAE4FB;
}
.AnyTagClassName
{
color: #BAE4FB;
}
</style>
background-color css
<style>
a { background-color: #BAE4FB; }
a { background-color: rgb(186,228,251); }
div.DivClassName
{
background-color: #BAE4FB;
}
.BgClassName
{
background-color: #BAE4FB;
}
</style>
border-color css
<style>
span { border-color: #BAE4FB; }
span { border-color: rgb(186,228,251); }
td.TdClassName
{
border-color: #BAE4FB;
}
.TagClassName
{
border-color: #BAE4FB;
}
</style>