Shades of Onahau #BAEBFE
Tints of Onahau #BAEBFE
RGB
CMYK
RGB Variations
Color information
#BAEBFE (or 0xBAEBFE) is known color: Onahau. HEX triplet: BA, EB and FE. RGB value is (186,235,254). Sum of RGB (Red+Green+Blue) = 186+235+254=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBFE is #451401. Grayscale: #DEDEDE. Windows color (decimal): -4527106 or 16706490. OLE color: 16706490.
HSL color Cylindrical-coordinate representation of color #BAEBFE: hue angle of 196.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAEBFE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 235 | 254 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.00 |
| HSL | 196.76º | 0.97% | 0.86% | - |
| HSV(B) | 196.76º | 0.27% | 1% | - |
| XYZ | 67.85 | 77.01 | 105.05 | - |
| YUV | 222.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 254 | 0.27 | 0.07 | 0 | 0.00 | 196.76 | 0.97 | 0.86 |
| Hex | BA | EB | FE | 1B | 7 | 0 | 0 | C5 | 61 | 56 |
| Octal | 272 | 353 | 376 | 33 | 7 | 0 | 0 | 305 | 141 | 126 |
| Binary | 10111010 | 11101011 | 11111110 | 11011 | 111 | 0 | 0 | 11000101 | 1100001 | 1010110 |
Color Harmonies of #BAEBFE
Complementary color
Monochromatic Colors of #BAEBFE
Black with #BAEBFE
Text Example
Text Example
White with #BAEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBFE; }
p { color: rgb(186,235,254); }
H1.HeaderClassName
{
color: #BAEBFE;
}
.AnyTagClassName
{
color: #BAEBFE;
}
</style>
background-color css
<style>
a { background-color: #BAEBFE; }
a { background-color: rgb(186,235,254); }
div.DivClassName
{
background-color: #BAEBFE;
}
.BgClassName
{
background-color: #BAEBFE;
}
</style>
border-color css
<style>
span { border-color: #BAEBFE; }
span { border-color: rgb(186,235,254); }
td.TdClassName
{
border-color: #BAEBFE;
}
.TagClassName
{
border-color: #BAEBFE;
}
</style>