Shades of Onahau #BADFF1
Tints of Onahau #BADFF1
RGB
CMYK
RGB Variations
Color information
#BADFF1 (or 0xBADFF1) is known color: Onahau. HEX triplet: BA, DF and F1. RGB value is (186,223,241). Sum of RGB (Red+Green+Blue) = 186+223+241=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #BADFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF1 is #45200E. Grayscale: #D5D5D5. Windows color (decimal): -4530191 or 15851450. OLE color: 15851450.
HSL color Cylindrical-coordinate representation of color #BADFF1: hue angle of 199.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADFF1 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 223 | 241 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 199.64º | 0.66% | 0.84% | - |
| HSV(B) | 199.64º | 0.23% | 0.95% | - |
| XYZ | 62.51 | 69.57 | 93.35 | - |
| YUV | 213.99 | 143.24 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 241 | 0.23 | 0.07 | 0 | 0.05 | 199.64 | 0.66 | 0.84 |
| Hex | BA | DF | F1 | 17 | 7 | 0 | 5 | C8 | 42 | 54 |
| Octal | 272 | 337 | 361 | 27 | 7 | 0 | 5 | 310 | 102 | 124 |
| Binary | 10111010 | 11011111 | 11110001 | 10111 | 111 | 0 | 101 | 11001000 | 1000010 | 1010100 |
Color Harmonies of #BADFF1
Complementary color
Monochromatic Colors of #BADFF1
Black with #BADFF1
Text Example
Text Example
White with #BADFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFF1; }
p { color: rgb(186,223,241); }
H1.HeaderClassName
{
color: #BADFF1;
}
.AnyTagClassName
{
color: #BADFF1;
}
</style>
background-color css
<style>
a { background-color: #BADFF1; }
a { background-color: rgb(186,223,241); }
div.DivClassName
{
background-color: #BADFF1;
}
.BgClassName
{
background-color: #BADFF1;
}
</style>
border-color css
<style>
span { border-color: #BADFF1; }
span { border-color: rgb(186,223,241); }
td.TdClassName
{
border-color: #BADFF1;
}
.TagClassName
{
border-color: #BADFF1;
}
</style>