Shades of Onahau #BAE0F8
Tints of Onahau #BAE0F8
RGB
CMYK
RGB Variations
Color information
#BAE0F8 (or 0xBAE0F8) is known color: Onahau. HEX triplet: BA, E0 and F8. RGB value is (186,224,248). Sum of RGB (Red+Green+Blue) = 186+224+248=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 248 (97.27% from 255 or 37.69% from 658); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAE0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0F8 is #451F07. Grayscale: #D7D7D7. Windows color (decimal): -4529928 or 16310458. OLE color: 16310458.
HSL color Cylindrical-coordinate representation of color #BAE0F8: hue angle of 203.23º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE0F8 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 224 | 248 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.03 |
| HSL | 203.23º | 0.82% | 0.85% | - |
| HSV(B) | 203.23º | 0.25% | 0.97% | - |
| XYZ | 63.85 | 70.53 | 99.05 | - |
| YUV | 215.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 248 | 0.25 | 0.10 | 0 | 0.03 | 203.23 | 0.82 | 0.85 |
| Hex | BA | E0 | F8 | 19 | A | 0 | 3 | CB | 52 | 55 |
| Octal | 272 | 340 | 370 | 31 | 12 | 0 | 3 | 313 | 122 | 125 |
| Binary | 10111010 | 11100000 | 11111000 | 11001 | 1010 | 0 | 11 | 11001011 | 1010010 | 1010101 |
Color Harmonies of #BAE0F8
Complementary color
Monochromatic Colors of #BAE0F8
Black with #BAE0F8
Text Example
Text Example
White with #BAE0F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE0F8; }
p { color: rgb(186,224,248); }
H1.HeaderClassName
{
color: #BAE0F8;
}
.AnyTagClassName
{
color: #BAE0F8;
}
</style>
background-color css
<style>
a { background-color: #BAE0F8; }
a { background-color: rgb(186,224,248); }
div.DivClassName
{
background-color: #BAE0F8;
}
.BgClassName
{
background-color: #BAE0F8;
}
</style>
border-color css
<style>
span { border-color: #BAE0F8; }
span { border-color: rgb(186,224,248); }
td.TdClassName
{
border-color: #BAE0F8;
}
.TagClassName
{
border-color: #BAE0F8;
}
</style>