Shades of Onahau #BAEAFB
Tints of Onahau #BAEAFB
RGB
CMYK
RGB Variations
Color information
#BAEAFB (or 0xBAEAFB) is known color: Onahau. HEX triplet: BA, EA and FB. RGB value is (186,234,251). Sum of RGB (Red+Green+Blue) = 186+234+251=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAFB is #451504. Grayscale: #DDDDDD. Windows color (decimal): -4527365 or 16509626. OLE color: 16509626.
HSL color Cylindrical-coordinate representation of color #BAEAFB: hue angle of 195.69º 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 #BAEAFB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 234 | 251 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.02 |
| HSL | 195.69º | 0.89% | 0.86% | - |
| HSV(B) | 195.69º | 0.26% | 0.98% | - |
| XYZ | 67.09 | 76.25 | 102.45 | - |
| YUV | 221.59 | 144.6 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 251 | 0.26 | 0.07 | 0 | 0.02 | 195.69 | 0.89 | 0.86 |
| Hex | BA | EA | FB | 1A | 7 | 0 | 2 | C4 | 59 | 56 |
| Octal | 272 | 352 | 373 | 32 | 7 | 0 | 2 | 304 | 131 | 126 |
| Binary | 10111010 | 11101010 | 11111011 | 11010 | 111 | 0 | 10 | 11000100 | 1011001 | 1010110 |
Color Harmonies of #BAEAFB
Complementary color
Monochromatic Colors of #BAEAFB
Black with #BAEAFB
Text Example
Text Example
White with #BAEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAFB; }
p { color: rgb(186,234,251); }
H1.HeaderClassName
{
color: #BAEAFB;
}
.AnyTagClassName
{
color: #BAEAFB;
}
</style>
background-color css
<style>
a { background-color: #BAEAFB; }
a { background-color: rgb(186,234,251); }
div.DivClassName
{
background-color: #BAEAFB;
}
.BgClassName
{
background-color: #BAEAFB;
}
</style>
border-color css
<style>
span { border-color: #BAEAFB; }
span { border-color: rgb(186,234,251); }
td.TdClassName
{
border-color: #BAEAFB;
}
.TagClassName
{
border-color: #BAEAFB;
}
</style>