Shades of Onahau #BEEEF4
Tints of Onahau #BEEEF4
RGB
CMYK
RGB Variations
Color information
#BEEEF4 (or 0xBEEEF4) is known color: Onahau. HEX triplet: BE, EE and F4. RGB value is (190,238,244). Sum of RGB (Red+Green+Blue) = 190+238+244=672 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.27% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEEF4 is #41110B. Grayscale: #E0E0E0. Windows color (decimal): -4264204 or 16051902. OLE color: 16051902.
HSL color Cylindrical-coordinate representation of color #BEEEF4: hue angle of 186.67º degrees, saturation: 0.71, 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 #BEEEF4 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 238 | 244 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.04 |
| HSL | 186.67º | 0.71% | 0.85% | - |
| HSV(B) | 186.67º | 0.22% | 0.96% | - |
| XYZ | 68.14 | 78.63 | 97.17 | - |
| YUV | 224.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 244 | 0.22 | 0.02 | 0 | 0.04 | 186.67 | 0.71 | 0.85 |
| Hex | BE | EE | F4 | 16 | 2 | 0 | 4 | BB | 47 | 55 |
| Octal | 276 | 356 | 364 | 26 | 2 | 0 | 4 | 273 | 107 | 125 |
| Binary | 10111110 | 11101110 | 11110100 | 10110 | 10 | 0 | 100 | 10111011 | 1000111 | 1010101 |
Color Harmonies of #BEEEF4
Complementary color
Monochromatic Colors of #BEEEF4
Black with #BEEEF4
Text Example
Text Example
White with #BEEEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEF4; }
p { color: rgb(190,238,244); }
H1.HeaderClassName
{
color: #BEEEF4;
}
.AnyTagClassName
{
color: #BEEEF4;
}
</style>
background-color css
<style>
a { background-color: #BEEEF4; }
a { background-color: rgb(190,238,244); }
div.DivClassName
{
background-color: #BEEEF4;
}
.BgClassName
{
background-color: #BEEEF4;
}
</style>
border-color css
<style>
span { border-color: #BEEEF4; }
span { border-color: rgb(190,238,244); }
td.TdClassName
{
border-color: #BEEEF4;
}
.TagClassName
{
border-color: #BEEEF4;
}
</style>