Shades of Onahau #BAE1F3
Tints of Onahau #BAE1F3
RGB
CMYK
RGB Variations
Color information
#BAE1F3 (or 0xBAE1F3) is known color: Onahau. HEX triplet: BA, E1 and F3. RGB value is (186,225,243). Sum of RGB (Red+Green+Blue) = 186+225+243=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAE1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1F3 is #451E0C. Grayscale: #D7D7D7. Windows color (decimal): -4529677 or 15983034. OLE color: 15983034.
HSL color Cylindrical-coordinate representation of color #BAE1F3: hue angle of 198.95º degrees, saturation: 0.7, 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 #BAE1F3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 225 | 243 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 198.95º | 0.7% | 0.84% | - |
| HSV(B) | 198.95º | 0.23% | 0.95% | - |
| XYZ | 63.35 | 70.76 | 95.11 | - |
| YUV | 215.39 | 143.58 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 243 | 0.23 | 0.07 | 0 | 0.05 | 198.95 | 0.7 | 0.84 |
| Hex | BA | E1 | F3 | 17 | 7 | 0 | 5 | C7 | 46 | 54 |
| Octal | 272 | 341 | 363 | 27 | 7 | 0 | 5 | 307 | 106 | 124 |
| Binary | 10111010 | 11100001 | 11110011 | 10111 | 111 | 0 | 101 | 11000111 | 1000110 | 1010100 |
Color Harmonies of #BAE1F3
Complementary color
Monochromatic Colors of #BAE1F3
Black with #BAE1F3
Text Example
Text Example
White with #BAE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1F3; }
p { color: rgb(186,225,243); }
H1.HeaderClassName
{
color: #BAE1F3;
}
.AnyTagClassName
{
color: #BAE1F3;
}
</style>
background-color css
<style>
a { background-color: #BAE1F3; }
a { background-color: rgb(186,225,243); }
div.DivClassName
{
background-color: #BAE1F3;
}
.BgClassName
{
background-color: #BAE1F3;
}
</style>
border-color css
<style>
span { border-color: #BAE1F3; }
span { border-color: rgb(186,225,243); }
td.TdClassName
{
border-color: #BAE1F3;
}
.TagClassName
{
border-color: #BAE1F3;
}
</style>