Shades of Onahau #BAE8FF
Tints of Onahau #BAE8FF
RGB
CMYK
RGB Variations
Color information
#BAE8FF (or 0xBAE8FF) is known color: Onahau. HEX triplet: BA, E8 and FF. RGB value is (186,232,255). Sum of RGB (Red+Green+Blue) = 186+232+255=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8FF is #451700. Grayscale: #DCDCDC. Windows color (decimal): -4527873 or 16771258. OLE color: 16771258.
HSL color Cylindrical-coordinate representation of color #BAE8FF: hue angle of 200º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAE8FF is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 232 | 255 | - |
| CMYK | 0.27 | 0.09 | 0 | 0 |
| HSL | 200º | 1% | 0.86% | - |
| HSV(B) | 200º | 0.27% | 1% | - |
| XYZ | 67.16 | 75.37 | 105.62 | - |
| YUV | 220.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 255 | 0.27 | 0.09 | 0 | 0 | 200 | 1 | 0.86 |
| Hex | BA | E8 | FF | 1B | 9 | 0 | 0 | C8 | 64 | 56 |
| Octal | 272 | 350 | 377 | 33 | 11 | 0 | 0 | 310 | 144 | 126 |
| Binary | 10111010 | 11101000 | 11111111 | 11011 | 1001 | 0 | 0 | 11001000 | 1100100 | 1010110 |
Color Harmonies of #BAE8FF
Complementary color
Monochromatic Colors of #BAE8FF
Black with #BAE8FF
Text Example
Text Example
White with #BAE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8FF; }
p { color: rgb(186,232,255); }
H1.HeaderClassName
{
color: #BAE8FF;
}
.AnyTagClassName
{
color: #BAE8FF;
}
</style>
background-color css
<style>
a { background-color: #BAE8FF; }
a { background-color: rgb(186,232,255); }
div.DivClassName
{
background-color: #BAE8FF;
}
.BgClassName
{
background-color: #BAE8FF;
}
</style>
border-color css
<style>
span { border-color: #BAE8FF; }
span { border-color: rgb(186,232,255); }
td.TdClassName
{
border-color: #BAE8FF;
}
.TagClassName
{
border-color: #BAE8FF;
}
</style>