Shades of Onahau #BAEBFF
Tints of Onahau #BAEBFF
RGB
CMYK
RGB Variations
Color information
#BAEBFF (or 0xBAEBFF) is known color: Onahau. HEX triplet: BA, EB and FF. RGB value is (186,235,255). Sum of RGB (Red+Green+Blue) = 186+235+255=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBFF is #451400. Grayscale: #DEDEDE. Windows color (decimal): -4527105 or 16772026. OLE color: 16772026.
HSL color Cylindrical-coordinate representation of color #BAEBFF: hue angle of 197.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAEBFF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 235 | 255 | - |
| CMYK | 0.27 | 0.08 | 0 | 0 |
| HSL | 197.39º | 1% | 0.86% | - |
| HSV(B) | 197.39º | 0.27% | 1% | - |
| XYZ | 68.01 | 77.08 | 105.9 | - |
| YUV | 222.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 255 | 0.27 | 0.08 | 0 | 0 | 197.39 | 1 | 0.86 |
| Hex | BA | EB | FF | 1B | 8 | 0 | 0 | C5 | 64 | 56 |
| Octal | 272 | 353 | 377 | 33 | 10 | 0 | 0 | 305 | 144 | 126 |
| Binary | 10111010 | 11101011 | 11111111 | 11011 | 1000 | 0 | 0 | 11000101 | 1100100 | 1010110 |
Color Harmonies of #BAEBFF
Complementary color
Monochromatic Colors of #BAEBFF
Black with #BAEBFF
Text Example
Text Example
White with #BAEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBFF; }
p { color: rgb(186,235,255); }
H1.HeaderClassName
{
color: #BAEBFF;
}
.AnyTagClassName
{
color: #BAEBFF;
}
</style>
background-color css
<style>
a { background-color: #BAEBFF; }
a { background-color: rgb(186,235,255); }
div.DivClassName
{
background-color: #BAEBFF;
}
.BgClassName
{
background-color: #BAEBFF;
}
</style>
border-color css
<style>
span { border-color: #BAEBFF; }
span { border-color: rgb(186,235,255); }
td.TdClassName
{
border-color: #BAEBFF;
}
.TagClassName
{
border-color: #BAEBFF;
}
</style>