Shades of Onahau #BEECED
Tints of Onahau #BEECED
RGB
CMYK
RGB Variations
Color information
#BEECED (or 0xBEECED) is known color: Onahau. HEX triplet: BE, EC and ED. RGB value is (190,236,237). Sum of RGB (Red+Green+Blue) = 190+236+237=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEECED is #411312. Grayscale: #DEDEDE. Windows color (decimal): -4264723 or 15592638. OLE color: 15592638.
HSL color Cylindrical-coordinate representation of color #BEECED: hue angle of 181.28º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEECED is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 237 | - |
| CMYK | 0.20 | 0.00 | 0 | 0.07 |
| HSL | 181.28º | 0.57% | 0.84% | - |
| HSV(B) | 181.28º | 0.2% | 0.93% | - |
| XYZ | 66.52 | 77.05 | 91.49 | - |
| YUV | 222.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 237 | 0.20 | 0.00 | 0 | 0.07 | 181.28 | 0.57 | 0.84 |
| Hex | BE | EC | ED | 14 | 0 | 0 | 7 | B5 | 39 | 54 |
| Octal | 276 | 354 | 355 | 24 | 0 | 0 | 7 | 265 | 71 | 124 |
| Binary | 10111110 | 11101100 | 11101101 | 10100 | 0 | 0 | 111 | 10110101 | 111001 | 1010100 |
Color Harmonies of #BEECED
Complementary color
Monochromatic Colors of #BEECED
Black with #BEECED
Text Example
Text Example
White with #BEECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECED; }
p { color: rgb(190,236,237); }
H1.HeaderClassName
{
color: #BEECED;
}
.AnyTagClassName
{
color: #BEECED;
}
</style>
background-color css
<style>
a { background-color: #BEECED; }
a { background-color: rgb(190,236,237); }
div.DivClassName
{
background-color: #BEECED;
}
.BgClassName
{
background-color: #BEECED;
}
</style>
border-color css
<style>
span { border-color: #BEECED; }
span { border-color: rgb(190,236,237); }
td.TdClassName
{
border-color: #BEECED;
}
.TagClassName
{
border-color: #BEECED;
}
</style>