Shades of Onahau #BEE0E9
Tints of Onahau #BEE0E9
RGB
CMYK
RGB Variations
Color information
#BEE0E9 (or 0xBEE0E9) is known color: Onahau. HEX triplet: BE, E0 and E9. RGB value is (190,224,233). Sum of RGB (Red+Green+Blue) = 190+224+233=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEE0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0E9 is #411F16. Grayscale: #D6D6D6. Windows color (decimal): -4267799 or 15327422. OLE color: 15327422.
HSL color Cylindrical-coordinate representation of color #BEE0E9: hue angle of 192.56º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE0E9 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 224 | 233 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.09 |
| HSL | 192.56º | 0.49% | 0.83% | - |
| HSV(B) | 192.56º | 0.18% | 0.91% | - |
| XYZ | 62.6 | 70.14 | 87.33 | - |
| YUV | 214.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 233 | 0.18 | 0.04 | 0 | 0.09 | 192.56 | 0.49 | 0.83 |
| Hex | BE | E0 | E9 | 12 | 4 | 0 | 9 | C1 | 31 | 53 |
| Octal | 276 | 340 | 351 | 22 | 4 | 0 | 11 | 301 | 61 | 123 |
| Binary | 10111110 | 11100000 | 11101001 | 10010 | 100 | 0 | 1001 | 11000001 | 110001 | 1010011 |
Color Harmonies of #BEE0E9
Complementary color
Monochromatic Colors of #BEE0E9
Black with #BEE0E9
Text Example
Text Example
White with #BEE0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0E9; }
p { color: rgb(190,224,233); }
H1.HeaderClassName
{
color: #BEE0E9;
}
.AnyTagClassName
{
color: #BEE0E9;
}
</style>
background-color css
<style>
a { background-color: #BEE0E9; }
a { background-color: rgb(190,224,233); }
div.DivClassName
{
background-color: #BEE0E9;
}
.BgClassName
{
background-color: #BEE0E9;
}
</style>
border-color css
<style>
span { border-color: #BEE0E9; }
span { border-color: rgb(190,224,233); }
td.TdClassName
{
border-color: #BEE0E9;
}
.TagClassName
{
border-color: #BEE0E9;
}
</style>