Shades of Onahau #BADFEF
Tints of Onahau #BADFEF
RGB
CMYK
RGB Variations
Color information
#BADFEF (or 0xBADFEF) is known color: Onahau. HEX triplet: BA, DF and EF. RGB value is (186,223,239). Sum of RGB (Red+Green+Blue) = 186+223+239=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #BADFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFEF is #452010. Grayscale: #D5D5D5. Windows color (decimal): -4530193 or 15720378. OLE color: 15720378.
HSL color Cylindrical-coordinate representation of color #BADFEF: hue angle of 198.11º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADFEF is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 223 | 239 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.06 |
| HSL | 198.11º | 0.62% | 0.83% | - |
| HSV(B) | 198.11º | 0.22% | 0.94% | - |
| XYZ | 62.22 | 69.45 | 91.79 | - |
| YUV | 213.76 | 142.24 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 239 | 0.22 | 0.07 | 0 | 0.06 | 198.11 | 0.62 | 0.83 |
| Hex | BA | DF | EF | 16 | 7 | 0 | 6 | C6 | 3E | 53 |
| Octal | 272 | 337 | 357 | 26 | 7 | 0 | 6 | 306 | 76 | 123 |
| Binary | 10111010 | 11011111 | 11101111 | 10110 | 111 | 0 | 110 | 11000110 | 111110 | 1010011 |
Color Harmonies of #BADFEF
Complementary color
Monochromatic Colors of #BADFEF
Black with #BADFEF
Text Example
Text Example
White with #BADFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFEF; }
p { color: rgb(186,223,239); }
H1.HeaderClassName
{
color: #BADFEF;
}
.AnyTagClassName
{
color: #BADFEF;
}
</style>
background-color css
<style>
a { background-color: #BADFEF; }
a { background-color: rgb(186,223,239); }
div.DivClassName
{
background-color: #BADFEF;
}
.BgClassName
{
background-color: #BADFEF;
}
</style>
border-color css
<style>
span { border-color: #BADFEF; }
span { border-color: rgb(186,223,239); }
td.TdClassName
{
border-color: #BADFEF;
}
.TagClassName
{
border-color: #BADFEF;
}
</style>