Shades of Onahau #BAF2FF
Tints of Onahau #BAF2FF
RGB
CMYK
RGB Variations
Color information
#BAF2FF (or 0xBAF2FF) is known color: Onahau. HEX triplet: BA, F2 and FF. RGB value is (186,242,255). Sum of RGB (Red+Green+Blue) = 186+242+255=683 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.23% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF2FF is #450D00. Grayscale: #E2E2E2. Windows color (decimal): -4525313 or 16773818. OLE color: 16773818.
HSL color Cylindrical-coordinate representation of color #BAF2FF: hue angle of 191.3º 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 #BAF2FF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 242 | 255 | - |
| CMYK | 0.27 | 0.05 | 0 | 0 |
| HSL | 191.3º | 1% | 0.86% | - |
| HSV(B) | 191.3º | 0.27% | 1% | - |
| XYZ | 70.05 | 81.16 | 106.58 | - |
| YUV | 226.74 | 143.95 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 255 | 0.27 | 0.05 | 0 | 0 | 191.3 | 1 | 0.86 |
| Hex | BA | F2 | FF | 1B | 5 | 0 | 0 | BF | 64 | 56 |
| Octal | 272 | 362 | 377 | 33 | 5 | 0 | 0 | 277 | 144 | 126 |
| Binary | 10111010 | 11110010 | 11111111 | 11011 | 101 | 0 | 0 | 10111111 | 1100100 | 1010110 |
Color Harmonies of #BAF2FF
Complementary color
Monochromatic Colors of #BAF2FF
Black with #BAF2FF
Text Example
Text Example
White with #BAF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2FF; }
p { color: rgb(186,242,255); }
H1.HeaderClassName
{
color: #BAF2FF;
}
.AnyTagClassName
{
color: #BAF2FF;
}
</style>
background-color css
<style>
a { background-color: #BAF2FF; }
a { background-color: rgb(186,242,255); }
div.DivClassName
{
background-color: #BAF2FF;
}
.BgClassName
{
background-color: #BAF2FF;
}
</style>
border-color css
<style>
span { border-color: #BAF2FF; }
span { border-color: rgb(186,242,255); }
td.TdClassName
{
border-color: #BAF2FF;
}
.TagClassName
{
border-color: #BAF2FF;
}
</style>