Shades of Onahau #BAE3F2
Tints of Onahau #BAE3F2
RGB
CMYK
RGB Variations
Color information
#BAE3F2 (or 0xBAE3F2) is known color: Onahau. HEX triplet: BA, E3 and F2. RGB value is (186,227,242). Sum of RGB (Red+Green+Blue) = 186+227+242=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3F2 is #451C0D. Grayscale: #D8D8D8. Windows color (decimal): -4529166 or 15918010. OLE color: 15918010.
HSL color Cylindrical-coordinate representation of color #BAE3F2: hue angle of 196.07º 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 #BAE3F2 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 227 | 242 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.05 |
| HSL | 196.07º | 0.68% | 0.84% | - |
| HSV(B) | 196.07º | 0.23% | 0.95% | - |
| XYZ | 63.75 | 71.79 | 94.5 | - |
| YUV | 216.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 242 | 0.23 | 0.06 | 0 | 0.05 | 196.07 | 0.68 | 0.84 |
| Hex | BA | E3 | F2 | 17 | 6 | 0 | 5 | C4 | 44 | 54 |
| Octal | 272 | 343 | 362 | 27 | 6 | 0 | 5 | 304 | 104 | 124 |
| Binary | 10111010 | 11100011 | 11110010 | 10111 | 110 | 0 | 101 | 11000100 | 1000100 | 1010100 |
Color Harmonies of #BAE3F2
Complementary color
Monochromatic Colors of #BAE3F2
Black with #BAE3F2
Text Example
Text Example
White with #BAE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE3F2; }
p { color: rgb(186,227,242); }
H1.HeaderClassName
{
color: #BAE3F2;
}
.AnyTagClassName
{
color: #BAE3F2;
}
</style>
background-color css
<style>
a { background-color: #BAE3F2; }
a { background-color: rgb(186,227,242); }
div.DivClassName
{
background-color: #BAE3F2;
}
.BgClassName
{
background-color: #BAE3F2;
}
</style>
border-color css
<style>
span { border-color: #BAE3F2; }
span { border-color: rgb(186,227,242); }
td.TdClassName
{
border-color: #BAE3F2;
}
.TagClassName
{
border-color: #BAE3F2;
}
</style>