Shades of Onahau #BEECF0
Tints of Onahau #BEECF0
RGB
CMYK
RGB Variations
Color information
#BEECF0 (or 0xBEECF0) is known color: Onahau. HEX triplet: BE, EC and F0. RGB value is (190,236,240). Sum of RGB (Red+Green+Blue) = 190+236+240=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECF0 is #41130F. Grayscale: #DEDEDE. Windows color (decimal): -4264720 or 15789246. OLE color: 15789246.
HSL color Cylindrical-coordinate representation of color #BEECF0: hue angle of 184.8º degrees, saturation: 0.62, 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 #BEECF0 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 236 | 240 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.06 |
| HSL | 184.8º | 0.63% | 0.84% | - |
| HSV(B) | 184.8º | 0.21% | 0.94% | - |
| XYZ | 66.96 | 77.23 | 93.82 | - |
| YUV | 222.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 240 | 0.21 | 0.02 | 0 | 0.06 | 184.8 | 0.63 | 0.84 |
| Hex | BE | EC | F0 | 15 | 2 | 0 | 6 | B9 | 3E | 54 |
| Octal | 276 | 354 | 360 | 25 | 2 | 0 | 6 | 271 | 76 | 124 |
| Binary | 10111110 | 11101100 | 11110000 | 10101 | 10 | 0 | 110 | 10111001 | 111110 | 1010100 |
Color Harmonies of #BEECF0
Complementary color
Monochromatic Colors of #BEECF0
Black with #BEECF0
Text Example
Text Example
White with #BEECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECF0; }
p { color: rgb(190,236,240); }
H1.HeaderClassName
{
color: #BEECF0;
}
.AnyTagClassName
{
color: #BEECF0;
}
</style>
background-color css
<style>
a { background-color: #BEECF0; }
a { background-color: rgb(190,236,240); }
div.DivClassName
{
background-color: #BEECF0;
}
.BgClassName
{
background-color: #BEECF0;
}
</style>
border-color css
<style>
span { border-color: #BEECF0; }
span { border-color: rgb(190,236,240); }
td.TdClassName
{
border-color: #BEECF0;
}
.TagClassName
{
border-color: #BEECF0;
}
</style>