Shades of Onahau #BEE4EE
Tints of Onahau #BEE4EE
RGB
CMYK
RGB Variations
Color information
#BEE4EE (or 0xBEE4EE) is known color: Onahau. HEX triplet: BE, E4 and EE. RGB value is (190,228,238). Sum of RGB (Red+Green+Blue) = 190+228+238=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE4EE is #411B11. Grayscale: #D9D9D9. Windows color (decimal): -4266770 or 15656126. OLE color: 15656126.
HSL color Cylindrical-coordinate representation of color #BEE4EE: hue angle of 192.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE4EE is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 228 | 238 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.07 |
| HSL | 192.5º | 0.59% | 0.84% | - |
| HSV(B) | 192.5º | 0.2% | 0.93% | - |
| XYZ | 64.41 | 72.61 | 91.51 | - |
| YUV | 217.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 238 | 0.20 | 0.04 | 0 | 0.07 | 192.5 | 0.59 | 0.84 |
| Hex | BE | E4 | EE | 14 | 4 | 0 | 7 | C0 | 3B | 54 |
| Octal | 276 | 344 | 356 | 24 | 4 | 0 | 7 | 300 | 73 | 124 |
| Binary | 10111110 | 11100100 | 11101110 | 10100 | 100 | 0 | 111 | 11000000 | 111011 | 1010100 |
Color Harmonies of #BEE4EE
Complementary color
Monochromatic Colors of #BEE4EE
Black with #BEE4EE
Text Example
Text Example
White with #BEE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE4EE; }
p { color: rgb(190,228,238); }
H1.HeaderClassName
{
color: #BEE4EE;
}
.AnyTagClassName
{
color: #BEE4EE;
}
</style>
background-color css
<style>
a { background-color: #BEE4EE; }
a { background-color: rgb(190,228,238); }
div.DivClassName
{
background-color: #BEE4EE;
}
.BgClassName
{
background-color: #BEE4EE;
}
</style>
border-color css
<style>
span { border-color: #BEE4EE; }
span { border-color: rgb(190,228,238); }
td.TdClassName
{
border-color: #BEE4EE;
}
.TagClassName
{
border-color: #BEE4EE;
}
</style>