Shades of Onahau #BAEEF3
Tints of Onahau #BAEEF3
RGB
CMYK
RGB Variations
Color information
#BAEEF3 (or 0xBAEEF3) is known color: Onahau. HEX triplet: BA, EE and F3. RGB value is (186,238,243). Sum of RGB (Red+Green+Blue) = 186+238+243=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF3 is #45110C. Grayscale: #DEDEDE. Windows color (decimal): -4526349 or 15986362. OLE color: 15986362.
HSL color Cylindrical-coordinate representation of color #BAEEF3: hue angle of 185.26º 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 #BAEEF3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 238 | 243 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 185.26º | 0.7% | 0.84% | - |
| HSV(B) | 185.26º | 0.23% | 0.95% | - |
| XYZ | 67 | 78.06 | 96.33 | - |
| YUV | 223.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 243 | 0.23 | 0.02 | 0 | 0.05 | 185.26 | 0.7 | 0.84 |
| Hex | BA | EE | F3 | 17 | 2 | 0 | 5 | B9 | 46 | 54 |
| Octal | 272 | 356 | 363 | 27 | 2 | 0 | 5 | 271 | 106 | 124 |
| Binary | 10111010 | 11101110 | 11110011 | 10111 | 10 | 0 | 101 | 10111001 | 1000110 | 1010100 |
Color Harmonies of #BAEEF3
Complementary color
Monochromatic Colors of #BAEEF3
Black with #BAEEF3
Text Example
Text Example
White with #BAEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEF3; }
p { color: rgb(186,238,243); }
H1.HeaderClassName
{
color: #BAEEF3;
}
.AnyTagClassName
{
color: #BAEEF3;
}
</style>
background-color css
<style>
a { background-color: #BAEEF3; }
a { background-color: rgb(186,238,243); }
div.DivClassName
{
background-color: #BAEEF3;
}
.BgClassName
{
background-color: #BAEEF3;
}
</style>
border-color css
<style>
span { border-color: #BAEEF3; }
span { border-color: rgb(186,238,243); }
td.TdClassName
{
border-color: #BAEEF3;
}
.TagClassName
{
border-color: #BAEEF3;
}
</style>