Shades of Granny Apple #BEFFCC
Tints of Granny Apple #BEFFCC
RGB
CMYK
RGB Variations
Color information
#BEFFCC (or 0xBEFFCC) is known color: Granny Apple. HEX triplet: BE, FF and CC. RGB value is (190,255,204). Sum of RGB (Red+Green+Blue) = 190+255+204=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFCC is #410033. Grayscale: #E5E5E5. Windows color (decimal): -4259892 or 13434814. OLE color: 13434814.
HSL color Cylindrical-coordinate representation of color #BEFFCC: hue angle of 132.92º 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 #BEFFCC is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 204 | - |
| CMYK | 0.25 | 0 | 0.2 | 0 |
| HSL | 132.92º | 1% | 0.87% | - |
| HSV(B) | 132.92º | 0.25% | 1% | - |
| XYZ | 67.89 | 86.83 | 70.31 | - |
| YUV | 229.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 204 | 0.25 | 0 | 0.2 | 0 | 132.92 | 1 | 0.87 |
| Hex | BE | FF | CC | 19 | 0 | 14 | 0 | 85 | 64 | 57 |
| Octal | 276 | 377 | 314 | 31 | 0 | 24 | 0 | 205 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11001100 | 11001 | 0 | 10100 | 0 | 10000101 | 1100100 | 1010111 |
Color Harmonies of #BEFFCC
Complementary color
Monochromatic Colors of #BEFFCC
Black with #BEFFCC
Text Example
Text Example
White with #BEFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFCC; }
p { color: rgb(190,255,204); }
H1.HeaderClassName
{
color: #BEFFCC;
}
.AnyTagClassName
{
color: #BEFFCC;
}
</style>
background-color css
<style>
a { background-color: #BEFFCC; }
a { background-color: rgb(190,255,204); }
div.DivClassName
{
background-color: #BEFFCC;
}
.BgClassName
{
background-color: #BEFFCC;
}
</style>
border-color css
<style>
span { border-color: #BEFFCC; }
span { border-color: rgb(190,255,204); }
td.TdClassName
{
border-color: #BEFFCC;
}
.TagClassName
{
border-color: #BEFFCC;
}
</style>