Shades of Onahau #BAE6F2
Tints of Onahau #BAE6F2
RGB
CMYK
RGB Variations
Color information
#BAE6F2 (or 0xBAE6F2) is known color: Onahau. HEX triplet: BA, E6 and F2. RGB value is (186,230,242). Sum of RGB (Red+Green+Blue) = 186+230+242=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAE6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6F2 is #45190D. Grayscale: #DADADA. Windows color (decimal): -4528398 or 15918778. OLE color: 15918778.
HSL color Cylindrical-coordinate representation of color #BAE6F2: hue angle of 192.86º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE6F2 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 230 | 242 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.05 |
| HSL | 192.86º | 0.68% | 0.84% | - |
| HSV(B) | 192.86º | 0.23% | 0.95% | - |
| XYZ | 64.57 | 73.44 | 94.78 | - |
| YUV | 218.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 242 | 0.23 | 0.05 | 0 | 0.05 | 192.86 | 0.68 | 0.84 |
| Hex | BA | E6 | F2 | 17 | 5 | 0 | 5 | C1 | 44 | 54 |
| Octal | 272 | 346 | 362 | 27 | 5 | 0 | 5 | 301 | 104 | 124 |
| Binary | 10111010 | 11100110 | 11110010 | 10111 | 101 | 0 | 101 | 11000001 | 1000100 | 1010100 |
Color Harmonies of #BAE6F2
Complementary color
Monochromatic Colors of #BAE6F2
Black with #BAE6F2
Text Example
Text Example
White with #BAE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6F2; }
p { color: rgb(186,230,242); }
H1.HeaderClassName
{
color: #BAE6F2;
}
.AnyTagClassName
{
color: #BAE6F2;
}
</style>
background-color css
<style>
a { background-color: #BAE6F2; }
a { background-color: rgb(186,230,242); }
div.DivClassName
{
background-color: #BAE6F2;
}
.BgClassName
{
background-color: #BAE6F2;
}
</style>
border-color css
<style>
span { border-color: #BAE6F2; }
span { border-color: rgb(186,230,242); }
td.TdClassName
{
border-color: #BAE6F2;
}
.TagClassName
{
border-color: #BAE6F2;
}
</style>