Shades of Onahau #BEEEF5
Tints of Onahau #BEEEF5
RGB
CMYK
RGB Variations
Color information
#BEEEF5 (or 0xBEEEF5) is known color: Onahau. HEX triplet: BE, EE and F5. RGB value is (190,238,245). Sum of RGB (Red+Green+Blue) = 190+238+245=673 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.23% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEF5 is #41110A. Grayscale: #E0E0E0. Windows color (decimal): -4264203 or 16117438. OLE color: 16117438.
HSL color Cylindrical-coordinate representation of color #BEEEF5: hue angle of 187.64º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEEEF5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 238 | 245 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.04 |
| HSL | 187.64º | 0.73% | 0.85% | - |
| HSV(B) | 187.64º | 0.22% | 0.96% | - |
| XYZ | 68.29 | 78.69 | 97.98 | - |
| YUV | 224.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 245 | 0.22 | 0.03 | 0 | 0.04 | 187.64 | 0.73 | 0.85 |
| Hex | BE | EE | F5 | 16 | 3 | 0 | 4 | BC | 49 | 55 |
| Octal | 276 | 356 | 365 | 26 | 3 | 0 | 4 | 274 | 111 | 125 |
| Binary | 10111110 | 11101110 | 11110101 | 10110 | 11 | 0 | 100 | 10111100 | 1001001 | 1010101 |
Color Harmonies of #BEEEF5
Complementary color
Monochromatic Colors of #BEEEF5
Black with #BEEEF5
Text Example
Text Example
White with #BEEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEF5; }
p { color: rgb(190,238,245); }
H1.HeaderClassName
{
color: #BEEEF5;
}
.AnyTagClassName
{
color: #BEEEF5;
}
</style>
background-color css
<style>
a { background-color: #BEEEF5; }
a { background-color: rgb(190,238,245); }
div.DivClassName
{
background-color: #BEEEF5;
}
.BgClassName
{
background-color: #BEEEF5;
}
</style>
border-color css
<style>
span { border-color: #BEEEF5; }
span { border-color: rgb(190,238,245); }
td.TdClassName
{
border-color: #BEEEF5;
}
.TagClassName
{
border-color: #BEEEF5;
}
</style>