Shades of Onahau #BAEBFC
Tints of Onahau #BAEBFC
RGB
CMYK
RGB Variations
Color information
#BAEBFC (or 0xBAEBFC) is known color: Onahau. HEX triplet: BA, EB and FC. RGB value is (186,235,252). Sum of RGB (Red+Green+Blue) = 186+235+252=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBFC is #451403. Grayscale: #DEDEDE. Windows color (decimal): -4527108 or 16575418. OLE color: 16575418.
HSL color Cylindrical-coordinate representation of color #BAEBFC: hue angle of 195.45º degrees, saturation: 0.92, 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 #BAEBFC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 235 | 252 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.01 |
| HSL | 195.45º | 0.92% | 0.86% | - |
| HSV(B) | 195.45º | 0.26% | 0.99% | - |
| XYZ | 67.53 | 76.88 | 103.38 | - |
| YUV | 222.29 | 144.77 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 252 | 0.26 | 0.07 | 0 | 0.01 | 195.45 | 0.92 | 0.86 |
| Hex | BA | EB | FC | 1A | 7 | 0 | 1 | C3 | 5C | 56 |
| Octal | 272 | 353 | 374 | 32 | 7 | 0 | 1 | 303 | 134 | 126 |
| Binary | 10111010 | 11101011 | 11111100 | 11010 | 111 | 0 | 1 | 11000011 | 1011100 | 1010110 |
Color Harmonies of #BAEBFC
Complementary color
Monochromatic Colors of #BAEBFC
Black with #BAEBFC
Text Example
Text Example
White with #BAEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBFC; }
p { color: rgb(186,235,252); }
H1.HeaderClassName
{
color: #BAEBFC;
}
.AnyTagClassName
{
color: #BAEBFC;
}
</style>
background-color css
<style>
a { background-color: #BAEBFC; }
a { background-color: rgb(186,235,252); }
div.DivClassName
{
background-color: #BAEBFC;
}
.BgClassName
{
background-color: #BAEBFC;
}
</style>
border-color css
<style>
span { border-color: #BAEBFC; }
span { border-color: rgb(186,235,252); }
td.TdClassName
{
border-color: #BAEBFC;
}
.TagClassName
{
border-color: #BAEBFC;
}
</style>