Shades of Onahau #BAF0FF
Tints of Onahau #BAF0FF
RGB
CMYK
RGB Variations
Color information
#BAF0FF (or 0xBAF0FF) is known color: Onahau. HEX triplet: BA, F0 and FF. RGB value is (186,240,255). Sum of RGB (Red+Green+Blue) = 186+240+255=681 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.31% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAF0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0FF is #450F00. Grayscale: #E1E1E1. Windows color (decimal): -4525825 or 16773306. OLE color: 16773306.
HSL color Cylindrical-coordinate representation of color #BAF0FF: hue angle of 193.04º 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 #BAF0FF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 240 | 255 | - |
| CMYK | 0.27 | 0.06 | 0 | 0 |
| HSL | 193.04º | 1% | 0.86% | - |
| HSV(B) | 193.04º | 0.27% | 1% | - |
| XYZ | 69.46 | 79.98 | 106.38 | - |
| YUV | 225.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 255 | 0.27 | 0.06 | 0 | 0 | 193.04 | 1 | 0.86 |
| Hex | BA | F0 | FF | 1B | 6 | 0 | 0 | C1 | 64 | 56 |
| Octal | 272 | 360 | 377 | 33 | 6 | 0 | 0 | 301 | 144 | 126 |
| Binary | 10111010 | 11110000 | 11111111 | 11011 | 110 | 0 | 0 | 11000001 | 1100100 | 1010110 |
Color Harmonies of #BAF0FF
Complementary color
Monochromatic Colors of #BAF0FF
Black with #BAF0FF
Text Example
Text Example
White with #BAF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0FF; }
p { color: rgb(186,240,255); }
H1.HeaderClassName
{
color: #BAF0FF;
}
.AnyTagClassName
{
color: #BAF0FF;
}
</style>
background-color css
<style>
a { background-color: #BAF0FF; }
a { background-color: rgb(186,240,255); }
div.DivClassName
{
background-color: #BAF0FF;
}
.BgClassName
{
background-color: #BAF0FF;
}
</style>
border-color css
<style>
span { border-color: #BAF0FF; }
span { border-color: rgb(186,240,255); }
td.TdClassName
{
border-color: #BAF0FF;
}
.TagClassName
{
border-color: #BAF0FF;
}
</style>