Shades of Onahau #BEE3EC
Tints of Onahau #BEE3EC
RGB
CMYK
RGB Variations
Color information
#BEE3EC (or 0xBEE3EC) is known color: Onahau. HEX triplet: BE, E3 and EC. RGB value is (190,227,236). Sum of RGB (Red+Green+Blue) = 190+227+236=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE3EC is #411C13. Grayscale: #D8D8D8. Windows color (decimal): -4267028 or 15524798. OLE color: 15524798.
HSL color Cylindrical-coordinate representation of color #BEE3EC: hue angle of 191.74º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE3EC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 227 | 236 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.07 |
| HSL | 191.74º | 0.55% | 0.84% | - |
| HSV(B) | 191.74º | 0.19% | 0.93% | - |
| XYZ | 63.84 | 71.94 | 89.88 | - |
| YUV | 216.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 236 | 0.19 | 0.04 | 0 | 0.07 | 191.74 | 0.55 | 0.84 |
| Hex | BE | E3 | EC | 13 | 4 | 0 | 7 | C0 | 37 | 54 |
| Octal | 276 | 343 | 354 | 23 | 4 | 0 | 7 | 300 | 67 | 124 |
| Binary | 10111110 | 11100011 | 11101100 | 10011 | 100 | 0 | 111 | 11000000 | 110111 | 1010100 |
Color Harmonies of #BEE3EC
Complementary color
Monochromatic Colors of #BEE3EC
Black with #BEE3EC
Text Example
Text Example
White with #BEE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE3EC; }
p { color: rgb(190,227,236); }
H1.HeaderClassName
{
color: #BEE3EC;
}
.AnyTagClassName
{
color: #BEE3EC;
}
</style>
background-color css
<style>
a { background-color: #BEE3EC; }
a { background-color: rgb(190,227,236); }
div.DivClassName
{
background-color: #BEE3EC;
}
.BgClassName
{
background-color: #BEE3EC;
}
</style>
border-color css
<style>
span { border-color: #BEE3EC; }
span { border-color: rgb(190,227,236); }
td.TdClassName
{
border-color: #BEE3EC;
}
.TagClassName
{
border-color: #BEE3EC;
}
</style>