Shades of Onahau #BAEDF7
Tints of Onahau #BAEDF7
RGB
CMYK
RGB Variations
Color information
#BAEDF7 (or 0xBAEDF7) is known color: Onahau. HEX triplet: BA, ED and F7. RGB value is (186,237,247). Sum of RGB (Red+Green+Blue) = 186+237+247=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF7 is #451208. Grayscale: #DEDEDE. Windows color (decimal): -4526601 or 16248250. OLE color: 16248250.
HSL color Cylindrical-coordinate representation of color #BAEDF7: hue angle of 189.84º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEDF7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 237 | 247 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.03 |
| HSL | 189.84º | 0.79% | 0.85% | - |
| HSV(B) | 189.84º | 0.25% | 0.97% | - |
| XYZ | 67.32 | 77.72 | 99.45 | - |
| YUV | 222.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 247 | 0.25 | 0.04 | 0 | 0.03 | 189.84 | 0.79 | 0.85 |
| Hex | BA | ED | F7 | 19 | 4 | 0 | 3 | BE | 4F | 55 |
| Octal | 272 | 355 | 367 | 31 | 4 | 0 | 3 | 276 | 117 | 125 |
| Binary | 10111010 | 11101101 | 11110111 | 11001 | 100 | 0 | 11 | 10111110 | 1001111 | 1010101 |
Color Harmonies of #BAEDF7
Complementary color
Monochromatic Colors of #BAEDF7
Black with #BAEDF7
Text Example
Text Example
White with #BAEDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDF7; }
p { color: rgb(186,237,247); }
H1.HeaderClassName
{
color: #BAEDF7;
}
.AnyTagClassName
{
color: #BAEDF7;
}
</style>
background-color css
<style>
a { background-color: #BAEDF7; }
a { background-color: rgb(186,237,247); }
div.DivClassName
{
background-color: #BAEDF7;
}
.BgClassName
{
background-color: #BAEDF7;
}
</style>
border-color css
<style>
span { border-color: #BAEDF7; }
span { border-color: rgb(186,237,247); }
td.TdClassName
{
border-color: #BAEDF7;
}
.TagClassName
{
border-color: #BAEDF7;
}
</style>