Shades of Onahau #BAE1F5
Tints of Onahau #BAE1F5
RGB
CMYK
RGB Variations
Color information
#BAE1F5 (or 0xBAE1F5) is known color: Onahau. HEX triplet: BA, E1 and F5. RGB value is (186,225,245). Sum of RGB (Red+Green+Blue) = 186+225+245=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAE1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1F5 is #451E0A. Grayscale: #D7D7D7. Windows color (decimal): -4529675 or 16114106. OLE color: 16114106.
HSL color Cylindrical-coordinate representation of color #BAE1F5: hue angle of 200.34º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAE1F5 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 225 | 245 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.04 |
| HSL | 200.34º | 0.75% | 0.85% | - |
| HSV(B) | 200.34º | 0.24% | 0.96% | - |
| XYZ | 63.66 | 70.88 | 96.71 | - |
| YUV | 215.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 245 | 0.24 | 0.08 | 0 | 0.04 | 200.34 | 0.75 | 0.85 |
| Hex | BA | E1 | F5 | 18 | 8 | 0 | 4 | C8 | 4B | 55 |
| Octal | 272 | 341 | 365 | 30 | 10 | 0 | 4 | 310 | 113 | 125 |
| Binary | 10111010 | 11100001 | 11110101 | 11000 | 1000 | 0 | 100 | 11001000 | 1001011 | 1010101 |
Color Harmonies of #BAE1F5
Complementary color
Monochromatic Colors of #BAE1F5
Black with #BAE1F5
Text Example
Text Example
White with #BAE1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1F5; }
p { color: rgb(186,225,245); }
H1.HeaderClassName
{
color: #BAE1F5;
}
.AnyTagClassName
{
color: #BAE1F5;
}
</style>
background-color css
<style>
a { background-color: #BAE1F5; }
a { background-color: rgb(186,225,245); }
div.DivClassName
{
background-color: #BAE1F5;
}
.BgClassName
{
background-color: #BAE1F5;
}
</style>
border-color css
<style>
span { border-color: #BAE1F5; }
span { border-color: rgb(186,225,245); }
td.TdClassName
{
border-color: #BAE1F5;
}
.TagClassName
{
border-color: #BAE1F5;
}
</style>