Shades of Onahau #BEEEFE
Tints of Onahau #BEEEFE
RGB
CMYK
RGB Variations
Color information
#BEEEFE (or 0xBEEEFE) is known color: Onahau. HEX triplet: BE, EE and FE. RGB value is (190,238,254). Sum of RGB (Red+Green+Blue) = 190+238+254=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEFE is #411101. Grayscale: #E1E1E1. Windows color (decimal): -4264194 or 16707262. OLE color: 16707262.
HSL color Cylindrical-coordinate representation of color #BEEEFE: hue angle of 195º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEEEFE is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 238 | 254 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.00 |
| HSL | 195º | 0.97% | 0.87% | - |
| HSV(B) | 195º | 0.25% | 1% | - |
| XYZ | 69.7 | 79.25 | 105.39 | - |
| YUV | 225.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 254 | 0.25 | 0.06 | 0 | 0.00 | 195 | 0.97 | 0.87 |
| Hex | BE | EE | FE | 19 | 6 | 0 | 0 | C3 | 61 | 57 |
| Octal | 276 | 356 | 376 | 31 | 6 | 0 | 0 | 303 | 141 | 127 |
| Binary | 10111110 | 11101110 | 11111110 | 11001 | 110 | 0 | 0 | 11000011 | 1100001 | 1010111 |
Color Harmonies of #BEEEFE
Complementary color
Monochromatic Colors of #BEEEFE
Black with #BEEEFE
Text Example
Text Example
White with #BEEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEFE; }
p { color: rgb(190,238,254); }
H1.HeaderClassName
{
color: #BEEEFE;
}
.AnyTagClassName
{
color: #BEEEFE;
}
</style>
background-color css
<style>
a { background-color: #BEEEFE; }
a { background-color: rgb(190,238,254); }
div.DivClassName
{
background-color: #BEEEFE;
}
.BgClassName
{
background-color: #BEEEFE;
}
</style>
border-color css
<style>
span { border-color: #BEEEFE; }
span { border-color: rgb(190,238,254); }
td.TdClassName
{
border-color: #BEEEFE;
}
.TagClassName
{
border-color: #BEEEFE;
}
</style>