Shades of Granny Apple #BEF1CC
Tints of Granny Apple #BEF1CC
RGB
CMYK
RGB Variations
Color information
#BEF1CC (or 0xBEF1CC) is known color: Granny Apple. HEX triplet: BE, F1 and CC. RGB value is (190,241,204). Sum of RGB (Red+Green+Blue) = 190+241+204=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1CC is #410E33. Grayscale: #DDDDDD. Windows color (decimal): -4263476 or 13431230. OLE color: 13431230.
HSL color Cylindrical-coordinate representation of color #BEF1CC: hue angle of 136.47º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1CC is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 204 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.05 |
| HSL | 136.47º | 0.65% | 0.85% | - |
| HSV(B) | 136.47º | 0.21% | 0.95% | - |
| XYZ | 63.59 | 78.22 | 68.87 | - |
| YUV | 221.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 204 | 0.21 | 0 | 0.15 | 0.05 | 136.47 | 0.65 | 0.85 |
| Hex | BE | F1 | CC | 15 | 0 | F | 5 | 88 | 41 | 55 |
| Octal | 276 | 361 | 314 | 25 | 0 | 17 | 5 | 210 | 101 | 125 |
| Binary | 10111110 | 11110001 | 11001100 | 10101 | 0 | 1111 | 101 | 10001000 | 1000001 | 1010101 |
Color Harmonies of #BEF1CC
Complementary color
Monochromatic Colors of #BEF1CC
Black with #BEF1CC
Text Example
Text Example
White with #BEF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF1CC; }
p { color: rgb(190,241,204); }
H1.HeaderClassName
{
color: #BEF1CC;
}
.AnyTagClassName
{
color: #BEF1CC;
}
</style>
background-color css
<style>
a { background-color: #BEF1CC; }
a { background-color: rgb(190,241,204); }
div.DivClassName
{
background-color: #BEF1CC;
}
.BgClassName
{
background-color: #BEF1CC;
}
</style>
border-color css
<style>
span { border-color: #BEF1CC; }
span { border-color: rgb(190,241,204); }
td.TdClassName
{
border-color: #BEF1CC;
}
.TagClassName
{
border-color: #BEF1CC;
}
</style>