Shades of Onahau #BAE8FD
Tints of Onahau #BAE8FD
RGB
CMYK
RGB Variations
Color information
#BAE8FD (or 0xBAE8FD) is known color: Onahau. HEX triplet: BA, E8 and FD. RGB value is (186,232,253). Sum of RGB (Red+Green+Blue) = 186+232+253=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAE8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8FD is #451702. Grayscale: #DCDCDC. Windows color (decimal): -4527875 or 16640186. OLE color: 16640186.
HSL color Cylindrical-coordinate representation of color #BAE8FD: hue angle of 198.81º degrees, saturation: 0.94, 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 #BAE8FD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 232 | 253 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.01 |
| HSL | 198.81º | 0.94% | 0.86% | - |
| HSV(B) | 198.81º | 0.26% | 0.99% | - |
| XYZ | 66.84 | 75.24 | 103.93 | - |
| YUV | 220.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 253 | 0.26 | 0.08 | 0 | 0.01 | 198.81 | 0.94 | 0.86 |
| Hex | BA | E8 | FD | 1A | 8 | 0 | 1 | C7 | 5E | 56 |
| Octal | 272 | 350 | 375 | 32 | 10 | 0 | 1 | 307 | 136 | 126 |
| Binary | 10111010 | 11101000 | 11111101 | 11010 | 1000 | 0 | 1 | 11000111 | 1011110 | 1010110 |
Color Harmonies of #BAE8FD
Complementary color
Monochromatic Colors of #BAE8FD
Black with #BAE8FD
Text Example
Text Example
White with #BAE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8FD; }
p { color: rgb(186,232,253); }
H1.HeaderClassName
{
color: #BAE8FD;
}
.AnyTagClassName
{
color: #BAE8FD;
}
</style>
background-color css
<style>
a { background-color: #BAE8FD; }
a { background-color: rgb(186,232,253); }
div.DivClassName
{
background-color: #BAE8FD;
}
.BgClassName
{
background-color: #BAE8FD;
}
</style>
border-color css
<style>
span { border-color: #BAE8FD; }
span { border-color: rgb(186,232,253); }
td.TdClassName
{
border-color: #BAE8FD;
}
.TagClassName
{
border-color: #BAE8FD;
}
</style>