Shades of Onahau #BAE6EF
Tints of Onahau #BAE6EF
RGB
CMYK
RGB Variations
Color information
#BAE6EF (or 0xBAE6EF) is known color: Onahau. HEX triplet: BA, E6 and EF. RGB value is (186,230,239). Sum of RGB (Red+Green+Blue) = 186+230+239=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6EF is #451910. Grayscale: #D9D9D9. Windows color (decimal): -4528401 or 15722170. OLE color: 15722170.
HSL color Cylindrical-coordinate representation of color #BAE6EF: hue angle of 190.19º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE6EF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 230 | 239 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.06 |
| HSL | 190.19º | 0.62% | 0.83% | - |
| HSV(B) | 190.19º | 0.22% | 0.94% | - |
| XYZ | 64.13 | 73.26 | 92.42 | - |
| YUV | 217.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 239 | 0.22 | 0.04 | 0 | 0.06 | 190.19 | 0.62 | 0.83 |
| Hex | BA | E6 | EF | 16 | 4 | 0 | 6 | BE | 3E | 53 |
| Octal | 272 | 346 | 357 | 26 | 4 | 0 | 6 | 276 | 76 | 123 |
| Binary | 10111010 | 11100110 | 11101111 | 10110 | 100 | 0 | 110 | 10111110 | 111110 | 1010011 |
Color Harmonies of #BAE6EF
Complementary color
Monochromatic Colors of #BAE6EF
Black with #BAE6EF
Text Example
Text Example
White with #BAE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6EF; }
p { color: rgb(186,230,239); }
H1.HeaderClassName
{
color: #BAE6EF;
}
.AnyTagClassName
{
color: #BAE6EF;
}
</style>
background-color css
<style>
a { background-color: #BAE6EF; }
a { background-color: rgb(186,230,239); }
div.DivClassName
{
background-color: #BAE6EF;
}
.BgClassName
{
background-color: #BAE6EF;
}
</style>
border-color css
<style>
span { border-color: #BAE6EF; }
span { border-color: rgb(186,230,239); }
td.TdClassName
{
border-color: #BAE6EF;
}
.TagClassName
{
border-color: #BAE6EF;
}
</style>