Shades of Onahau #BAEBF1
Tints of Onahau #BAEBF1
RGB
CMYK
RGB Variations
Color information
#BAEBF1 (or 0xBAEBF1) is known color: Onahau. HEX triplet: BA, EB and F1. RGB value is (186,235,241). Sum of RGB (Red+Green+Blue) = 186+235+241=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAEBF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBF1 is #45140E. Grayscale: #DCDCDC. Windows color (decimal): -4527119 or 15854522. OLE color: 15854522.
HSL color Cylindrical-coordinate representation of color #BAEBF1: hue angle of 186.55º 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 #BAEBF1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 235 | 241 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 186.55º | 0.66% | 0.84% | - |
| HSV(B) | 186.55º | 0.23% | 0.95% | - |
| XYZ | 65.84 | 76.21 | 94.46 | - |
| YUV | 221.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 241 | 0.23 | 0.02 | 0 | 0.05 | 186.55 | 0.66 | 0.84 |
| Hex | BA | EB | F1 | 17 | 2 | 0 | 5 | BB | 42 | 54 |
| Octal | 272 | 353 | 361 | 27 | 2 | 0 | 5 | 273 | 102 | 124 |
| Binary | 10111010 | 11101011 | 11110001 | 10111 | 10 | 0 | 101 | 10111011 | 1000010 | 1010100 |
Color Harmonies of #BAEBF1
Complementary color
Monochromatic Colors of #BAEBF1
Black with #BAEBF1
Text Example
Text Example
White with #BAEBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBF1; }
p { color: rgb(186,235,241); }
H1.HeaderClassName
{
color: #BAEBF1;
}
.AnyTagClassName
{
color: #BAEBF1;
}
</style>
background-color css
<style>
a { background-color: #BAEBF1; }
a { background-color: rgb(186,235,241); }
div.DivClassName
{
background-color: #BAEBF1;
}
.BgClassName
{
background-color: #BAEBF1;
}
</style>
border-color css
<style>
span { border-color: #BAEBF1; }
span { border-color: rgb(186,235,241); }
td.TdClassName
{
border-color: #BAEBF1;
}
.TagClassName
{
border-color: #BAEBF1;
}
</style>