Shades of Onahau #BAF0FE
Tints of Onahau #BAF0FE
RGB
CMYK
RGB Variations
Color information
#BAF0FE (or 0xBAF0FE) is known color: Onahau. HEX triplet: BA, F0 and FE. RGB value is (186,240,254). Sum of RGB (Red+Green+Blue) = 186+240+254=680 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.35% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0FE is #450F01. Grayscale: #E1E1E1. Windows color (decimal): -4525826 or 16707770. OLE color: 16707770.
HSL color Cylindrical-coordinate representation of color #BAF0FE: hue angle of 192.35º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF0FE is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 240 | 254 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.00 |
| HSL | 192.35º | 0.97% | 0.86% | - |
| HSV(B) | 192.35º | 0.27% | 1% | - |
| XYZ | 69.3 | 79.92 | 105.54 | - |
| YUV | 225.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 254 | 0.27 | 0.06 | 0 | 0.00 | 192.35 | 0.97 | 0.86 |
| Hex | BA | F0 | FE | 1B | 6 | 0 | 0 | C0 | 61 | 56 |
| Octal | 272 | 360 | 376 | 33 | 6 | 0 | 0 | 300 | 141 | 126 |
| Binary | 10111010 | 11110000 | 11111110 | 11011 | 110 | 0 | 0 | 11000000 | 1100001 | 1010110 |
Color Harmonies of #BAF0FE
Complementary color
Monochromatic Colors of #BAF0FE
Black with #BAF0FE
Text Example
Text Example
White with #BAF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0FE; }
p { color: rgb(186,240,254); }
H1.HeaderClassName
{
color: #BAF0FE;
}
.AnyTagClassName
{
color: #BAF0FE;
}
</style>
background-color css
<style>
a { background-color: #BAF0FE; }
a { background-color: rgb(186,240,254); }
div.DivClassName
{
background-color: #BAF0FE;
}
.BgClassName
{
background-color: #BAF0FE;
}
</style>
border-color css
<style>
span { border-color: #BAF0FE; }
span { border-color: rgb(186,240,254); }
td.TdClassName
{
border-color: #BAF0FE;
}
.TagClassName
{
border-color: #BAF0FE;
}
</style>