Shades of Onahau #BAF1FF
Tints of Onahau #BAF1FF
RGB
CMYK
RGB Variations
Color information
#BAF1FF (or 0xBAF1FF) is known color: Onahau. HEX triplet: BA, F1 and FF. RGB value is (186,241,255). Sum of RGB (Red+Green+Blue) = 186+241+255=682 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.27% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF1FF is #450E00. Grayscale: #E2E2E2. Windows color (decimal): -4525569 or 16773562. OLE color: 16773562.
HSL color Cylindrical-coordinate representation of color #BAF1FF: hue angle of 192.17º 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 #BAF1FF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 241 | 255 | - |
| CMYK | 0.27 | 0.05 | 0 | 0 |
| HSL | 192.17º | 1% | 0.86% | - |
| HSV(B) | 192.17º | 0.27% | 1% | - |
| XYZ | 69.76 | 80.57 | 106.48 | - |
| YUV | 226.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 255 | 0.27 | 0.05 | 0 | 0 | 192.17 | 1 | 0.86 |
| Hex | BA | F1 | FF | 1B | 5 | 0 | 0 | C0 | 64 | 56 |
| Octal | 272 | 361 | 377 | 33 | 5 | 0 | 0 | 300 | 144 | 126 |
| Binary | 10111010 | 11110001 | 11111111 | 11011 | 101 | 0 | 0 | 11000000 | 1100100 | 1010110 |
Color Harmonies of #BAF1FF
Complementary color
Monochromatic Colors of #BAF1FF
Black with #BAF1FF
Text Example
Text Example
White with #BAF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1FF; }
p { color: rgb(186,241,255); }
H1.HeaderClassName
{
color: #BAF1FF;
}
.AnyTagClassName
{
color: #BAF1FF;
}
</style>
background-color css
<style>
a { background-color: #BAF1FF; }
a { background-color: rgb(186,241,255); }
div.DivClassName
{
background-color: #BAF1FF;
}
.BgClassName
{
background-color: #BAF1FF;
}
</style>
border-color css
<style>
span { border-color: #BAF1FF; }
span { border-color: rgb(186,241,255); }
td.TdClassName
{
border-color: #BAF1FF;
}
.TagClassName
{
border-color: #BAF1FF;
}
</style>