Shades of Onahau #BAEDF2
Tints of Onahau #BAEDF2
RGB
CMYK
RGB Variations
Color information
#BAEDF2 (or 0xBAEDF2) is known color: Onahau. HEX triplet: BA, ED and F2. RGB value is (186,237,242). Sum of RGB (Red+Green+Blue) = 186+237+242=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDF2 is #45120D. Grayscale: #DEDEDE. Windows color (decimal): -4526606 or 15920570. OLE color: 15920570.
HSL color Cylindrical-coordinate representation of color #BAEDF2: hue angle of 185.36º degrees, saturation: 0.68, 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 #BAEDF2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 237 | 242 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 185.36º | 0.68% | 0.84% | - |
| HSV(B) | 185.36º | 0.23% | 0.95% | - |
| XYZ | 66.56 | 77.42 | 95.44 | - |
| YUV | 222.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 242 | 0.23 | 0.02 | 0 | 0.05 | 185.36 | 0.68 | 0.84 |
| Hex | BA | ED | F2 | 17 | 2 | 0 | 5 | B9 | 44 | 54 |
| Octal | 272 | 355 | 362 | 27 | 2 | 0 | 5 | 271 | 104 | 124 |
| Binary | 10111010 | 11101101 | 11110010 | 10111 | 10 | 0 | 101 | 10111001 | 1000100 | 1010100 |
Color Harmonies of #BAEDF2
Complementary color
Monochromatic Colors of #BAEDF2
Black with #BAEDF2
Text Example
Text Example
White with #BAEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDF2; }
p { color: rgb(186,237,242); }
H1.HeaderClassName
{
color: #BAEDF2;
}
.AnyTagClassName
{
color: #BAEDF2;
}
</style>
background-color css
<style>
a { background-color: #BAEDF2; }
a { background-color: rgb(186,237,242); }
div.DivClassName
{
background-color: #BAEDF2;
}
.BgClassName
{
background-color: #BAEDF2;
}
</style>
border-color css
<style>
span { border-color: #BAEDF2; }
span { border-color: rgb(186,237,242); }
td.TdClassName
{
border-color: #BAEDF2;
}
.TagClassName
{
border-color: #BAEDF2;
}
</style>