Shades of Onahau #BAEEFB
Tints of Onahau #BAEEFB
RGB
CMYK
RGB Variations
Color information
#BAEEFB (or 0xBAEEFB) is known color: Onahau. HEX triplet: BA, EE and FB. RGB value is (186,238,251). Sum of RGB (Red+Green+Blue) = 186+238+251=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEFB is #451104. Grayscale: #DFDFDF. Windows color (decimal): -4526341 or 16510650. OLE color: 16510650.
HSL color Cylindrical-coordinate representation of color #BAEEFB: hue angle of 192º 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 #BAEEFB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 238 | 251 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.02 |
| HSL | 192º | 0.89% | 0.86% | - |
| HSV(B) | 192º | 0.26% | 0.98% | - |
| XYZ | 68.24 | 78.55 | 102.83 | - |
| YUV | 223.93 | 143.27 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 251 | 0.26 | 0.05 | 0 | 0.02 | 192 | 0.89 | 0.86 |
| Hex | BA | EE | FB | 1A | 5 | 0 | 2 | C0 | 59 | 56 |
| Octal | 272 | 356 | 373 | 32 | 5 | 0 | 2 | 300 | 131 | 126 |
| Binary | 10111010 | 11101110 | 11111011 | 11010 | 101 | 0 | 10 | 11000000 | 1011001 | 1010110 |
Color Harmonies of #BAEEFB
Complementary color
Monochromatic Colors of #BAEEFB
Black with #BAEEFB
Text Example
Text Example
White with #BAEEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEFB; }
p { color: rgb(186,238,251); }
H1.HeaderClassName
{
color: #BAEEFB;
}
.AnyTagClassName
{
color: #BAEEFB;
}
</style>
background-color css
<style>
a { background-color: #BAEEFB; }
a { background-color: rgb(186,238,251); }
div.DivClassName
{
background-color: #BAEEFB;
}
.BgClassName
{
background-color: #BAEEFB;
}
</style>
border-color css
<style>
span { border-color: #BAEEFB; }
span { border-color: rgb(186,238,251); }
td.TdClassName
{
border-color: #BAEEFB;
}
.TagClassName
{
border-color: #BAEEFB;
}
</style>