Shades of Onahau #BADFF0
Tints of Onahau #BADFF0
RGB
CMYK
RGB Variations
Color information
#BADFF0 (or 0xBADFF0) is known color: Onahau. HEX triplet: BA, DF and F0. RGB value is (186,223,240). Sum of RGB (Red+Green+Blue) = 186+223+240=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 223 (87.5% from 255 or 34.36% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #BADFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF0 is #45200F. Grayscale: #D5D5D5. Windows color (decimal): -4530192 or 15785914. OLE color: 15785914.
HSL color Cylindrical-coordinate representation of color #BADFF0: hue angle of 198.89º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADFF0 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 223 | 240 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.06 |
| HSL | 198.89º | 0.64% | 0.84% | - |
| HSV(B) | 198.89º | 0.23% | 0.94% | - |
| XYZ | 62.37 | 69.51 | 92.57 | - |
| YUV | 213.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 240 | 0.22 | 0.07 | 0 | 0.06 | 198.89 | 0.64 | 0.84 |
| Hex | BA | DF | F0 | 16 | 7 | 0 | 6 | C7 | 40 | 54 |
| Octal | 272 | 337 | 360 | 26 | 7 | 0 | 6 | 307 | 100 | 124 |
| Binary | 10111010 | 11011111 | 11110000 | 10110 | 111 | 0 | 110 | 11000111 | 1000000 | 1010100 |
Color Harmonies of #BADFF0
Complementary color
Monochromatic Colors of #BADFF0
Black with #BADFF0
Text Example
Text Example
White with #BADFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFF0; }
p { color: rgb(186,223,240); }
H1.HeaderClassName
{
color: #BADFF0;
}
.AnyTagClassName
{
color: #BADFF0;
}
</style>
background-color css
<style>
a { background-color: #BADFF0; }
a { background-color: rgb(186,223,240); }
div.DivClassName
{
background-color: #BADFF0;
}
.BgClassName
{
background-color: #BADFF0;
}
</style>
border-color css
<style>
span { border-color: #BADFF0; }
span { border-color: rgb(186,223,240); }
td.TdClassName
{
border-color: #BADFF0;
}
.TagClassName
{
border-color: #BADFF0;
}
</style>