Shades of Onahau #BEECFE
Tints of Onahau #BEECFE
RGB
CMYK
RGB Variations
Color information
#BEECFE (or 0xBEECFE) is known color: Onahau. HEX triplet: BE, EC and FE. RGB value is (190,236,254). Sum of RGB (Red+Green+Blue) = 190+236+254=680 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.94% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECFE is #411301. Grayscale: #E0E0E0. Windows color (decimal): -4264706 or 16706750. OLE color: 16706750.
HSL color Cylindrical-coordinate representation of color #BEECFE: hue angle of 196.88º 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 #BEECFE is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 236 | 254 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.00 |
| HSL | 196.88º | 0.97% | 0.87% | - |
| HSV(B) | 196.88º | 0.25% | 1% | - |
| XYZ | 69.12 | 78.09 | 105.2 | - |
| YUV | 224.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 254 | 0.25 | 0.07 | 0 | 0.00 | 196.88 | 0.97 | 0.87 |
| Hex | BE | EC | FE | 19 | 7 | 0 | 0 | C5 | 61 | 57 |
| Octal | 276 | 354 | 376 | 31 | 7 | 0 | 0 | 305 | 141 | 127 |
| Binary | 10111110 | 11101100 | 11111110 | 11001 | 111 | 0 | 0 | 11000101 | 1100001 | 1010111 |
Color Harmonies of #BEECFE
Complementary color
Monochromatic Colors of #BEECFE
Black with #BEECFE
Text Example
Text Example
White with #BEECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECFE; }
p { color: rgb(190,236,254); }
H1.HeaderClassName
{
color: #BEECFE;
}
.AnyTagClassName
{
color: #BEECFE;
}
</style>
background-color css
<style>
a { background-color: #BEECFE; }
a { background-color: rgb(190,236,254); }
div.DivClassName
{
background-color: #BEECFE;
}
.BgClassName
{
background-color: #BEECFE;
}
</style>
border-color css
<style>
span { border-color: #BEECFE; }
span { border-color: rgb(190,236,254); }
td.TdClassName
{
border-color: #BEECFE;
}
.TagClassName
{
border-color: #BEECFE;
}
</style>