Shades of Onahau #BAEDFE
Tints of Onahau #BAEDFE
RGB
CMYK
RGB Variations
Color information
#BAEDFE (or 0xBAEDFE) is known color: Onahau. HEX triplet: BA, ED and FE. RGB value is (186,237,254). Sum of RGB (Red+Green+Blue) = 186+237+254=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDFE is #451201. Grayscale: #DFDFDF. Windows color (decimal): -4526594 or 16707002. OLE color: 16707002.
HSL color Cylindrical-coordinate representation of color #BAEDFE: hue angle of 195º 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 #BAEDFE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 237 | 254 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.00 |
| HSL | 195º | 0.97% | 0.86% | - |
| HSV(B) | 195º | 0.27% | 1% | - |
| XYZ | 68.42 | 78.16 | 105.25 | - |
| YUV | 223.69 | 145.1 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 254 | 0.27 | 0.07 | 0 | 0.00 | 195 | 0.97 | 0.86 |
| Hex | BA | ED | FE | 1B | 7 | 0 | 0 | C3 | 61 | 56 |
| Octal | 272 | 355 | 376 | 33 | 7 | 0 | 0 | 303 | 141 | 126 |
| Binary | 10111010 | 11101101 | 11111110 | 11011 | 111 | 0 | 0 | 11000011 | 1100001 | 1010110 |
Color Harmonies of #BAEDFE
Complementary color
Monochromatic Colors of #BAEDFE
Black with #BAEDFE
Text Example
Text Example
White with #BAEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDFE; }
p { color: rgb(186,237,254); }
H1.HeaderClassName
{
color: #BAEDFE;
}
.AnyTagClassName
{
color: #BAEDFE;
}
</style>
background-color css
<style>
a { background-color: #BAEDFE; }
a { background-color: rgb(186,237,254); }
div.DivClassName
{
background-color: #BAEDFE;
}
.BgClassName
{
background-color: #BAEDFE;
}
</style>
border-color css
<style>
span { border-color: #BAEDFE; }
span { border-color: rgb(186,237,254); }
td.TdClassName
{
border-color: #BAEDFE;
}
.TagClassName
{
border-color: #BAEDFE;
}
</style>