Shades of Onahau #BEEAED
Tints of Onahau #BEEAED
RGB
CMYK
RGB Variations
Color information
#BEEAED (or 0xBEEAED) is known color: Onahau. HEX triplet: BE, EA and ED. RGB value is (190,234,237). Sum of RGB (Red+Green+Blue) = 190+234+237=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAED is #411512. Grayscale: #DDDDDD. Windows color (decimal): -4265235 or 15592126. OLE color: 15592126.
HSL color Cylindrical-coordinate representation of color #BEEAED: hue angle of 183.83º 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 #BEEAED is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 234 | 237 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.07 |
| HSL | 183.83º | 0.57% | 0.84% | - |
| HSV(B) | 183.83º | 0.2% | 0.93% | - |
| XYZ | 65.94 | 75.91 | 91.3 | - |
| YUV | 221.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 237 | 0.20 | 0.01 | 0 | 0.07 | 183.83 | 0.57 | 0.84 |
| Hex | BE | EA | ED | 14 | 1 | 0 | 7 | B8 | 39 | 54 |
| Octal | 276 | 352 | 355 | 24 | 1 | 0 | 7 | 270 | 71 | 124 |
| Binary | 10111110 | 11101010 | 11101101 | 10100 | 1 | 0 | 111 | 10111000 | 111001 | 1010100 |
Color Harmonies of #BEEAED
Complementary color
Monochromatic Colors of #BEEAED
Black with #BEEAED
Text Example
Text Example
White with #BEEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAED; }
p { color: rgb(190,234,237); }
H1.HeaderClassName
{
color: #BEEAED;
}
.AnyTagClassName
{
color: #BEEAED;
}
</style>
background-color css
<style>
a { background-color: #BEEAED; }
a { background-color: rgb(190,234,237); }
div.DivClassName
{
background-color: #BEEAED;
}
.BgClassName
{
background-color: #BEEAED;
}
</style>
border-color css
<style>
span { border-color: #BEEAED; }
span { border-color: rgb(190,234,237); }
td.TdClassName
{
border-color: #BEEAED;
}
.TagClassName
{
border-color: #BEEAED;
}
</style>