Shades of Onahau #BEE6EC
Tints of Onahau #BEE6EC
RGB
CMYK
RGB Variations
Color information
#BEE6EC (or 0xBEE6EC) is known color: Onahau. HEX triplet: BE, E6 and EC. RGB value is (190,230,236). Sum of RGB (Red+Green+Blue) = 190+230+236=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE6EC is #411913. Grayscale: #DADADA. Windows color (decimal): -4266260 or 15525566. OLE color: 15525566.
HSL color Cylindrical-coordinate representation of color #BEE6EC: hue angle of 187.83º 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 #BEE6EC is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 230 | 236 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.07 |
| HSL | 187.83º | 0.55% | 0.84% | - |
| HSV(B) | 187.83º | 0.19% | 0.93% | - |
| XYZ | 64.67 | 73.6 | 90.15 | - |
| YUV | 218.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 236 | 0.19 | 0.03 | 0 | 0.07 | 187.83 | 0.55 | 0.84 |
| Hex | BE | E6 | EC | 13 | 3 | 0 | 7 | BC | 37 | 54 |
| Octal | 276 | 346 | 354 | 23 | 3 | 0 | 7 | 274 | 67 | 124 |
| Binary | 10111110 | 11100110 | 11101100 | 10011 | 11 | 0 | 111 | 10111100 | 110111 | 1010100 |
Color Harmonies of #BEE6EC
Complementary color
Monochromatic Colors of #BEE6EC
Black with #BEE6EC
Text Example
Text Example
White with #BEE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE6EC; }
p { color: rgb(190,230,236); }
H1.HeaderClassName
{
color: #BEE6EC;
}
.AnyTagClassName
{
color: #BEE6EC;
}
</style>
background-color css
<style>
a { background-color: #BEE6EC; }
a { background-color: rgb(190,230,236); }
div.DivClassName
{
background-color: #BEE6EC;
}
.BgClassName
{
background-color: #BEE6EC;
}
</style>
border-color css
<style>
span { border-color: #BEE6EC; }
span { border-color: rgb(190,230,236); }
td.TdClassName
{
border-color: #BEE6EC;
}
.TagClassName
{
border-color: #BEE6EC;
}
</style>