Shades of Onahau #BAEAFC
Tints of Onahau #BAEAFC
RGB
CMYK
RGB Variations
Color information
#BAEAFC (or 0xBAEAFC) is known color: Onahau. HEX triplet: BA, EA and FC. RGB value is (186,234,252). Sum of RGB (Red+Green+Blue) = 186+234+252=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAFC is #451503. Grayscale: #DDDDDD. Windows color (decimal): -4527364 or 16575162. OLE color: 16575162.
HSL color Cylindrical-coordinate representation of color #BAEAFC: hue angle of 196.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEAFC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 234 | 252 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.01 |
| HSL | 196.36º | 0.92% | 0.86% | - |
| HSV(B) | 196.36º | 0.26% | 0.99% | - |
| XYZ | 67.24 | 76.31 | 103.28 | - |
| YUV | 221.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 252 | 0.26 | 0.07 | 0 | 0.01 | 196.36 | 0.92 | 0.86 |
| Hex | BA | EA | FC | 1A | 7 | 0 | 1 | C4 | 5C | 56 |
| Octal | 272 | 352 | 374 | 32 | 7 | 0 | 1 | 304 | 134 | 126 |
| Binary | 10111010 | 11101010 | 11111100 | 11010 | 111 | 0 | 1 | 11000100 | 1011100 | 1010110 |
Color Harmonies of #BAEAFC
Complementary color
Monochromatic Colors of #BAEAFC
Black with #BAEAFC
Text Example
Text Example
White with #BAEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAFC; }
p { color: rgb(186,234,252); }
H1.HeaderClassName
{
color: #BAEAFC;
}
.AnyTagClassName
{
color: #BAEAFC;
}
</style>
background-color css
<style>
a { background-color: #BAEAFC; }
a { background-color: rgb(186,234,252); }
div.DivClassName
{
background-color: #BAEAFC;
}
.BgClassName
{
background-color: #BAEAFC;
}
</style>
border-color css
<style>
span { border-color: #BAEAFC; }
span { border-color: rgb(186,234,252); }
td.TdClassName
{
border-color: #BAEAFC;
}
.TagClassName
{
border-color: #BAEAFC;
}
</style>