Shades of Mabel #BEEAEA
Tints of Mabel #BEEAEA
RGB
CMYK
RGB Variations
Color information
#BEEAEA (or 0xBEEAEA) is known color: Mabel. HEX triplet: BE, EA and EA. RGB value is (190,234,234). Sum of RGB (Red+Green+Blue) = 190+234+234=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #BEEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAEA is #411515. Grayscale: #DCDCDC. Windows color (decimal): -4265238 or 15395518. OLE color: 15395518.
HSL color Cylindrical-coordinate representation of color #BEEAEA: hue angle of 180º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAEA is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 234 | - |
| CMYK | 0.19 | 0 | 0 | 0.08 |
| HSL | 180º | 0.51% | 0.83% | - |
| HSV(B) | 180º | 0.19% | 0.92% | - |
| XYZ | 65.51 | 75.73 | 89.01 | - |
| YUV | 220.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 234 | 0.19 | 0 | 0 | 0.08 | 180 | 0.51 | 0.83 |
| Hex | BE | EA | EA | 13 | 0 | 0 | 8 | B4 | 33 | 53 |
| Octal | 276 | 352 | 352 | 23 | 0 | 0 | 10 | 264 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11101010 | 10011 | 0 | 0 | 1000 | 10110100 | 110011 | 1010011 |
Color Harmonies of #BEEAEA
Complementary color
Monochromatic Colors of #BEEAEA
Black with #BEEAEA
Text Example
Text Example
White with #BEEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAEA; }
p { color: rgb(190,234,234); }
H1.HeaderClassName
{
color: #BEEAEA;
}
.AnyTagClassName
{
color: #BEEAEA;
}
</style>
background-color css
<style>
a { background-color: #BEEAEA; }
a { background-color: rgb(190,234,234); }
div.DivClassName
{
background-color: #BEEAEA;
}
.BgClassName
{
background-color: #BEEAEA;
}
</style>
border-color css
<style>
span { border-color: #BEEAEA; }
span { border-color: rgb(190,234,234); }
td.TdClassName
{
border-color: #BEEAEA;
}
.TagClassName
{
border-color: #BEEAEA;
}
</style>