Shades of Onahau #BEE0EF
Tints of Onahau #BEE0EF
RGB
CMYK
RGB Variations
Color information
#BEE0EF (or 0xBEE0EF) is known color: Onahau. HEX triplet: BE, E0 and EF. RGB value is (190,224,239). Sum of RGB (Red+Green+Blue) = 190+224+239=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0EF is #411F10. Grayscale: #D7D7D7. Windows color (decimal): -4267793 or 15720638. OLE color: 15720638.
HSL color Cylindrical-coordinate representation of color #BEE0EF: hue angle of 198.37º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE0EF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 224 | 239 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.06 |
| HSL | 198.37º | 0.6% | 0.84% | - |
| HSV(B) | 198.37º | 0.21% | 0.94% | - |
| XYZ | 63.47 | 70.49 | 91.92 | - |
| YUV | 215.54 | 141.24 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 239 | 0.21 | 0.06 | 0 | 0.06 | 198.37 | 0.6 | 0.84 |
| Hex | BE | E0 | EF | 15 | 6 | 0 | 6 | C6 | 3C | 54 |
| Octal | 276 | 340 | 357 | 25 | 6 | 0 | 6 | 306 | 74 | 124 |
| Binary | 10111110 | 11100000 | 11101111 | 10101 | 110 | 0 | 110 | 11000110 | 111100 | 1010100 |
Color Harmonies of #BEE0EF
Complementary color
Monochromatic Colors of #BEE0EF
Black with #BEE0EF
Text Example
Text Example
White with #BEE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0EF; }
p { color: rgb(190,224,239); }
H1.HeaderClassName
{
color: #BEE0EF;
}
.AnyTagClassName
{
color: #BEE0EF;
}
</style>
background-color css
<style>
a { background-color: #BEE0EF; }
a { background-color: rgb(190,224,239); }
div.DivClassName
{
background-color: #BEE0EF;
}
.BgClassName
{
background-color: #BEE0EF;
}
</style>
border-color css
<style>
span { border-color: #BEE0EF; }
span { border-color: rgb(190,224,239); }
td.TdClassName
{
border-color: #BEE0EF;
}
.TagClassName
{
border-color: #BEE0EF;
}
</style>