Shades of Onahau #BAECFD
Tints of Onahau #BAECFD
RGB
CMYK
RGB Variations
Color information
#BAECFD (or 0xBAECFD) is known color: Onahau. HEX triplet: BA, EC and FD. RGB value is (186,236,253). Sum of RGB (Red+Green+Blue) = 186+236+253=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECFD is #451302. Grayscale: #DEDEDE. Windows color (decimal): -4526851 or 16641210. OLE color: 16641210.
HSL color Cylindrical-coordinate representation of color #BAECFD: hue angle of 195.22º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAECFD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 236 | 253 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.01 |
| HSL | 195.22º | 0.94% | 0.86% | - |
| HSV(B) | 195.22º | 0.26% | 0.99% | - |
| XYZ | 67.97 | 77.52 | 104.31 | - |
| YUV | 222.99 | 144.94 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 253 | 0.26 | 0.07 | 0 | 0.01 | 195.22 | 0.94 | 0.86 |
| Hex | BA | EC | FD | 1A | 7 | 0 | 1 | C3 | 5E | 56 |
| Octal | 272 | 354 | 375 | 32 | 7 | 0 | 1 | 303 | 136 | 126 |
| Binary | 10111010 | 11101100 | 11111101 | 11010 | 111 | 0 | 1 | 11000011 | 1011110 | 1010110 |
Color Harmonies of #BAECFD
Complementary color
Monochromatic Colors of #BAECFD
Black with #BAECFD
Text Example
Text Example
White with #BAECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECFD; }
p { color: rgb(186,236,253); }
H1.HeaderClassName
{
color: #BAECFD;
}
.AnyTagClassName
{
color: #BAECFD;
}
</style>
background-color css
<style>
a { background-color: #BAECFD; }
a { background-color: rgb(186,236,253); }
div.DivClassName
{
background-color: #BAECFD;
}
.BgClassName
{
background-color: #BAECFD;
}
</style>
border-color css
<style>
span { border-color: #BAECFD; }
span { border-color: rgb(186,236,253); }
td.TdClassName
{
border-color: #BAECFD;
}
.TagClassName
{
border-color: #BAECFD;
}
</style>