Shades of Onahau #BADFEC
Tints of Onahau #BADFEC
RGB
CMYK
RGB Variations
Color information
#BADFEC (or 0xBADFEC) is known color: Onahau. HEX triplet: BA, DF and EC. RGB value is (186,223,236). Sum of RGB (Red+Green+Blue) = 186+223+236=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #BADFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFEC is #452013. Grayscale: #D5D5D5. Windows color (decimal): -4530196 or 15523770. OLE color: 15523770.
HSL color Cylindrical-coordinate representation of color #BADFEC: hue angle of 195.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADFEC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 223 | 236 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.07 |
| HSL | 195.6º | 0.57% | 0.83% | - |
| HSV(B) | 195.6º | 0.21% | 0.93% | - |
| XYZ | 61.78 | 69.27 | 89.47 | - |
| YUV | 213.42 | 140.74 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 236 | 0.21 | 0.06 | 0 | 0.07 | 195.6 | 0.57 | 0.83 |
| Hex | BA | DF | EC | 15 | 6 | 0 | 7 | C4 | 39 | 53 |
| Octal | 272 | 337 | 354 | 25 | 6 | 0 | 7 | 304 | 71 | 123 |
| Binary | 10111010 | 11011111 | 11101100 | 10101 | 110 | 0 | 111 | 11000100 | 111001 | 1010011 |
Color Harmonies of #BADFEC
Complementary color
Monochromatic Colors of #BADFEC
Black with #BADFEC
Text Example
Text Example
White with #BADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFEC; }
p { color: rgb(186,223,236); }
H1.HeaderClassName
{
color: #BADFEC;
}
.AnyTagClassName
{
color: #BADFEC;
}
</style>
background-color css
<style>
a { background-color: #BADFEC; }
a { background-color: rgb(186,223,236); }
div.DivClassName
{
background-color: #BADFEC;
}
.BgClassName
{
background-color: #BADFEC;
}
</style>
border-color css
<style>
span { border-color: #BADFEC; }
span { border-color: rgb(186,223,236); }
td.TdClassName
{
border-color: #BADFEC;
}
.TagClassName
{
border-color: #BADFEC;
}
</style>