Shades of Onahau #BEE0E1
Tints of Onahau #BEE0E1
RGB
CMYK
RGB Variations
Color information
#BEE0E1 (or 0xBEE0E1) is known color: Onahau. HEX triplet: BE, E0 and E1. RGB value is (190,224,225). Sum of RGB (Red+Green+Blue) = 190+224+225=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0E1 is #411F1E. Grayscale: #D5D5D5. Windows color (decimal): -4267807 or 14803134. OLE color: 14803134.
HSL color Cylindrical-coordinate representation of color #BEE0E1: hue angle of 181.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE0E1 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 225 | - |
| CMYK | 0.16 | 0.00 | 0 | 0.12 |
| HSL | 181.71º | 0.37% | 0.81% | - |
| HSV(B) | 181.71º | 0.16% | 0.88% | - |
| XYZ | 61.48 | 69.69 | 81.45 | - |
| YUV | 213.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 225 | 0.16 | 0.00 | 0 | 0.12 | 181.71 | 0.37 | 0.81 |
| Hex | BE | E0 | E1 | 10 | 0 | 0 | C | B6 | 25 | 51 |
| Octal | 276 | 340 | 341 | 20 | 0 | 0 | 14 | 266 | 45 | 121 |
| Binary | 10111110 | 11100000 | 11100001 | 10000 | 0 | 0 | 1100 | 10110110 | 100101 | 1010001 |
Color Harmonies of #BEE0E1
Complementary color
Monochromatic Colors of #BEE0E1
Black with #BEE0E1
Text Example
Text Example
White with #BEE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0E1; }
p { color: rgb(190,224,225); }
H1.HeaderClassName
{
color: #BEE0E1;
}
.AnyTagClassName
{
color: #BEE0E1;
}
</style>
background-color css
<style>
a { background-color: #BEE0E1; }
a { background-color: rgb(190,224,225); }
div.DivClassName
{
background-color: #BEE0E1;
}
.BgClassName
{
background-color: #BEE0E1;
}
</style>
border-color css
<style>
span { border-color: #BEE0E1; }
span { border-color: rgb(190,224,225); }
td.TdClassName
{
border-color: #BEE0E1;
}
.TagClassName
{
border-color: #BEE0E1;
}
</style>