Shades of Onahau #BAE1F1
Tints of Onahau #BAE1F1
RGB
CMYK
RGB Variations
Color information
#BAE1F1 (or 0xBAE1F1) is known color: Onahau. HEX triplet: BA, E1 and F1. RGB value is (186,225,241). Sum of RGB (Red+Green+Blue) = 186+225+241=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAE1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1F1 is #451E0E. Grayscale: #D7D7D7. Windows color (decimal): -4529679 or 15851962. OLE color: 15851962.
HSL color Cylindrical-coordinate representation of color #BAE1F1: hue angle of 197.45º degrees, saturation: 0.66, 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 #BAE1F1 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 225 | 241 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 197.45º | 0.66% | 0.84% | - |
| HSV(B) | 197.45º | 0.23% | 0.95% | - |
| XYZ | 63.05 | 70.64 | 93.53 | - |
| YUV | 215.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 241 | 0.23 | 0.07 | 0 | 0.05 | 197.45 | 0.66 | 0.84 |
| Hex | BA | E1 | F1 | 17 | 7 | 0 | 5 | C5 | 42 | 54 |
| Octal | 272 | 341 | 361 | 27 | 7 | 0 | 5 | 305 | 102 | 124 |
| Binary | 10111010 | 11100001 | 11110001 | 10111 | 111 | 0 | 101 | 11000101 | 1000010 | 1010100 |
Color Harmonies of #BAE1F1
Complementary color
Monochromatic Colors of #BAE1F1
Black with #BAE1F1
Text Example
Text Example
White with #BAE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1F1; }
p { color: rgb(186,225,241); }
H1.HeaderClassName
{
color: #BAE1F1;
}
.AnyTagClassName
{
color: #BAE1F1;
}
</style>
background-color css
<style>
a { background-color: #BAE1F1; }
a { background-color: rgb(186,225,241); }
div.DivClassName
{
background-color: #BAE1F1;
}
.BgClassName
{
background-color: #BAE1F1;
}
</style>
border-color css
<style>
span { border-color: #BAE1F1; }
span { border-color: rgb(186,225,241); }
td.TdClassName
{
border-color: #BAE1F1;
}
.TagClassName
{
border-color: #BAE1F1;
}
</style>