Shades of Granny Apple #BEFFC4
Tints of Granny Apple #BEFFC4
RGB
CMYK
RGB Variations
Color information
#BEFFC4 (or 0xBEFFC4) is known color: Granny Apple. HEX triplet: BE, FF and C4. RGB value is (190,255,196). Sum of RGB (Red+Green+Blue) = 190+255+196=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 196 (76.95% from 255 or 30.58% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFC4 is #41003B. Grayscale: #E5E5E5. Windows color (decimal): -4259900 or 12910526. OLE color: 12910526.
HSL color Cylindrical-coordinate representation of color #BEFFC4: hue angle of 125.54º 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 #BEFFC4 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 196 | - |
| CMYK | 0.25 | 0 | 0.23 | 0 |
| HSL | 125.54º | 1% | 0.87% | - |
| HSV(B) | 125.54º | 0.25% | 1% | - |
| XYZ | 66.96 | 86.45 | 65.38 | - |
| YUV | 228.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 196 | 0.25 | 0 | 0.23 | 0 | 125.54 | 1 | 0.87 |
| Hex | BE | FF | C4 | 19 | 0 | 17 | 0 | 7E | 64 | 57 |
| Octal | 276 | 377 | 304 | 31 | 0 | 27 | 0 | 176 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11000100 | 11001 | 0 | 10111 | 0 | 1111110 | 1100100 | 1010111 |
Color Harmonies of #BEFFC4
Complementary color
Monochromatic Colors of #BEFFC4
Black with #BEFFC4
Text Example
Text Example
White with #BEFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFC4; }
p { color: rgb(190,255,196); }
H1.HeaderClassName
{
color: #BEFFC4;
}
.AnyTagClassName
{
color: #BEFFC4;
}
</style>
background-color css
<style>
a { background-color: #BEFFC4; }
a { background-color: rgb(190,255,196); }
div.DivClassName
{
background-color: #BEFFC4;
}
.BgClassName
{
background-color: #BEFFC4;
}
</style>
border-color css
<style>
span { border-color: #BEFFC4; }
span { border-color: rgb(190,255,196); }
td.TdClassName
{
border-color: #BEFFC4;
}
.TagClassName
{
border-color: #BEFFC4;
}
</style>