Shades of Granny Apple #BEFFD4
Tints of Granny Apple #BEFFD4
RGB
CMYK
RGB Variations
Color information
#BEFFD4 (or 0xBEFFD4) is known color: Granny Apple. HEX triplet: BE, FF and D4. RGB value is (190,255,212). Sum of RGB (Red+Green+Blue) = 190+255+212=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFD4 is #41002B. Grayscale: #E6E6E6. Windows color (decimal): -4259884 or 13959102. OLE color: 13959102.
HSL color Cylindrical-coordinate representation of color #BEFFD4: hue angle of 140.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFD4 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 212 | - |
| CMYK | 0.25 | 0 | 0.17 | 0 |
| HSL | 140.31º | 1% | 0.87% | - |
| HSV(B) | 140.31º | 0.25% | 1% | - |
| XYZ | 68.88 | 87.22 | 75.49 | - |
| YUV | 230.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 212 | 0.25 | 0 | 0.17 | 0 | 140.31 | 1 | 0.87 |
| Hex | BE | FF | D4 | 19 | 0 | 11 | 0 | 8C | 64 | 57 |
| Octal | 276 | 377 | 324 | 31 | 0 | 21 | 0 | 214 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11010100 | 11001 | 0 | 10001 | 0 | 10001100 | 1100100 | 1010111 |
Color Harmonies of #BEFFD4
Complementary color
Monochromatic Colors of #BEFFD4
Black with #BEFFD4
Text Example
Text Example
White with #BEFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFD4; }
p { color: rgb(190,255,212); }
H1.HeaderClassName
{
color: #BEFFD4;
}
.AnyTagClassName
{
color: #BEFFD4;
}
</style>
background-color css
<style>
a { background-color: #BEFFD4; }
a { background-color: rgb(190,255,212); }
div.DivClassName
{
background-color: #BEFFD4;
}
.BgClassName
{
background-color: #BEFFD4;
}
</style>
border-color css
<style>
span { border-color: #BEFFD4; }
span { border-color: rgb(190,255,212); }
td.TdClassName
{
border-color: #BEFFD4;
}
.TagClassName
{
border-color: #BEFFD4;
}
</style>