Shades of Onahau #BADFE9
Tints of Onahau #BADFE9
RGB
CMYK
RGB Variations
Color information
#BADFE9 (or 0xBADFE9) is known color: Onahau. HEX triplet: BA, DF and E9. RGB value is (186,223,233). Sum of RGB (Red+Green+Blue) = 186+223+233=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #BADFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFE9 is #452016. Grayscale: #D5D5D5. Windows color (decimal): -4530199 or 15327162. OLE color: 15327162.
HSL color Cylindrical-coordinate representation of color #BADFE9: hue angle of 192.77º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADFE9 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 223 | 233 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.09 |
| HSL | 192.77º | 0.52% | 0.82% | - |
| HSV(B) | 192.77º | 0.2% | 0.91% | - |
| XYZ | 61.35 | 69.1 | 87.19 | - |
| YUV | 213.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 233 | 0.20 | 0.04 | 0 | 0.09 | 192.77 | 0.52 | 0.82 |
| Hex | BA | DF | E9 | 14 | 4 | 0 | 9 | C1 | 34 | 52 |
| Octal | 272 | 337 | 351 | 24 | 4 | 0 | 11 | 301 | 64 | 122 |
| Binary | 10111010 | 11011111 | 11101001 | 10100 | 100 | 0 | 1001 | 11000001 | 110100 | 1010010 |
Color Harmonies of #BADFE9
Complementary color
Monochromatic Colors of #BADFE9
Black with #BADFE9
Text Example
Text Example
White with #BADFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFE9; }
p { color: rgb(186,223,233); }
H1.HeaderClassName
{
color: #BADFE9;
}
.AnyTagClassName
{
color: #BADFE9;
}
</style>
background-color css
<style>
a { background-color: #BADFE9; }
a { background-color: rgb(186,223,233); }
div.DivClassName
{
background-color: #BADFE9;
}
.BgClassName
{
background-color: #BADFE9;
}
</style>
border-color css
<style>
span { border-color: #BADFE9; }
span { border-color: rgb(186,223,233); }
td.TdClassName
{
border-color: #BADFE9;
}
.TagClassName
{
border-color: #BADFE9;
}
</style>