Shades of Onahau #BEECEC
Tints of Onahau #BEECEC
RGB
CMYK
RGB Variations
Color information
#BEECEC (or 0xBEECEC) is known color: Onahau. HEX triplet: BE, EC and EC. RGB value is (190,236,236). Sum of RGB (Red+Green+Blue) = 190+236+236=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #BEECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECEC is #411313. Grayscale: #DEDEDE. Windows color (decimal): -4264724 or 15527102. OLE color: 15527102.
HSL color Cylindrical-coordinate representation of color #BEECEC: hue angle of 180º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECEC is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 236 | - |
| CMYK | 0.19 | 0 | 0 | 0.07 |
| HSL | 180º | 0.55% | 0.84% | - |
| HSV(B) | 180º | 0.19% | 0.93% | - |
| XYZ | 66.37 | 76.99 | 90.72 | - |
| YUV | 222.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 236 | 0.19 | 0 | 0 | 0.07 | 180 | 0.55 | 0.84 |
| Hex | BE | EC | EC | 13 | 0 | 0 | 7 | B4 | 37 | 54 |
| Octal | 276 | 354 | 354 | 23 | 0 | 0 | 7 | 264 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11101100 | 10011 | 0 | 0 | 111 | 10110100 | 110111 | 1010100 |
Color Harmonies of #BEECEC
Complementary color
Monochromatic Colors of #BEECEC
Black with #BEECEC
Text Example
Text Example
White with #BEECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECEC; }
p { color: rgb(190,236,236); }
H1.HeaderClassName
{
color: #BEECEC;
}
.AnyTagClassName
{
color: #BEECEC;
}
</style>
background-color css
<style>
a { background-color: #BEECEC; }
a { background-color: rgb(190,236,236); }
div.DivClassName
{
background-color: #BEECEC;
}
.BgClassName
{
background-color: #BEECEC;
}
</style>
border-color css
<style>
span { border-color: #BEECEC; }
span { border-color: rgb(190,236,236); }
td.TdClassName
{
border-color: #BEECEC;
}
.TagClassName
{
border-color: #BEECEC;
}
</style>