Shades of Onahau #BEE8EF
Tints of Onahau #BEE8EF
RGB
CMYK
RGB Variations
Color information
#BEE8EF (or 0xBEE8EF) is known color: Onahau. HEX triplet: BE, E8 and EF. RGB value is (190,232,239). Sum of RGB (Red+Green+Blue) = 190+232+239=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8EF is #411710. Grayscale: #DCDCDC. Windows color (decimal): -4265745 or 15722686. OLE color: 15722686.
HSL color Cylindrical-coordinate representation of color #BEE8EF: hue angle of 188.57º 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 #BEE8EF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 232 | 239 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.06 |
| HSL | 188.57º | 0.6% | 0.84% | - |
| HSV(B) | 188.57º | 0.21% | 0.94% | - |
| XYZ | 65.67 | 74.89 | 92.66 | - |
| YUV | 220.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 239 | 0.21 | 0.03 | 0 | 0.06 | 188.57 | 0.6 | 0.84 |
| Hex | BE | E8 | EF | 15 | 3 | 0 | 6 | BD | 3C | 54 |
| Octal | 276 | 350 | 357 | 25 | 3 | 0 | 6 | 275 | 74 | 124 |
| Binary | 10111110 | 11101000 | 11101111 | 10101 | 11 | 0 | 110 | 10111101 | 111100 | 1010100 |
Color Harmonies of #BEE8EF
Complementary color
Monochromatic Colors of #BEE8EF
Black with #BEE8EF
Text Example
Text Example
White with #BEE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8EF; }
p { color: rgb(190,232,239); }
H1.HeaderClassName
{
color: #BEE8EF;
}
.AnyTagClassName
{
color: #BEE8EF;
}
</style>
background-color css
<style>
a { background-color: #BEE8EF; }
a { background-color: rgb(190,232,239); }
div.DivClassName
{
background-color: #BEE8EF;
}
.BgClassName
{
background-color: #BEE8EF;
}
</style>
border-color css
<style>
span { border-color: #BEE8EF; }
span { border-color: rgb(190,232,239); }
td.TdClassName
{
border-color: #BEE8EF;
}
.TagClassName
{
border-color: #BEE8EF;
}
</style>