Shades of Onahau #BAE1F8
Tints of Onahau #BAE1F8
RGB
CMYK
RGB Variations
Color information
#BAE1F8 (or 0xBAE1F8) is known color: Onahau. HEX triplet: BA, E1 and F8. RGB value is (186,225,248). Sum of RGB (Red+Green+Blue) = 186+225+248=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAE1F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1F8 is #451E07. Grayscale: #D7D7D7. Windows color (decimal): -4529672 or 16310714. OLE color: 16310714.
HSL color Cylindrical-coordinate representation of color #BAE1F8: hue angle of 202.26º 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 #BAE1F8 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 225 | 248 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.03 |
| HSL | 202.26º | 0.82% | 0.85% | - |
| HSV(B) | 202.26º | 0.25% | 0.97% | - |
| XYZ | 64.12 | 71.07 | 99.14 | - |
| YUV | 215.96 | 146.08 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 248 | 0.25 | 0.09 | 0 | 0.03 | 202.26 | 0.82 | 0.85 |
| Hex | BA | E1 | F8 | 19 | 9 | 0 | 3 | CA | 52 | 55 |
| Octal | 272 | 341 | 370 | 31 | 11 | 0 | 3 | 312 | 122 | 125 |
| Binary | 10111010 | 11100001 | 11111000 | 11001 | 1001 | 0 | 11 | 11001010 | 1010010 | 1010101 |
Color Harmonies of #BAE1F8
Complementary color
Monochromatic Colors of #BAE1F8
Black with #BAE1F8
Text Example
Text Example
White with #BAE1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1F8; }
p { color: rgb(186,225,248); }
H1.HeaderClassName
{
color: #BAE1F8;
}
.AnyTagClassName
{
color: #BAE1F8;
}
</style>
background-color css
<style>
a { background-color: #BAE1F8; }
a { background-color: rgb(186,225,248); }
div.DivClassName
{
background-color: #BAE1F8;
}
.BgClassName
{
background-color: #BAE1F8;
}
</style>
border-color css
<style>
span { border-color: #BAE1F8; }
span { border-color: rgb(186,225,248); }
td.TdClassName
{
border-color: #BAE1F8;
}
.TagClassName
{
border-color: #BAE1F8;
}
</style>