Shades of Granny Apple #BFF2C2
Tints of Granny Apple #BFF2C2
RGB
CMYK
RGB Variations
Color information
#BFF2C2 (or 0xBFF2C2) is known color: Granny Apple. HEX triplet: BF, F2 and C2. RGB value is (191,242,194). Sum of RGB (Red+Green+Blue) = 191+242+194=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2C2 is #400D3D. Grayscale: #DDDDDD. Windows color (decimal): -4197694 or 12776127. OLE color: 12776127.
HSL color Cylindrical-coordinate representation of color #BFF2C2: hue angle of 123.53º degrees, saturation: 0.66, 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 #BFF2C2 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 194 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.05 |
| HSL | 123.53º | 0.66% | 0.85% | - |
| HSV(B) | 123.53º | 0.21% | 0.95% | - |
| XYZ | 62.98 | 78.48 | 62.87 | - |
| YUV | 221.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 194 | 0.21 | 0 | 0.20 | 0.05 | 123.53 | 0.66 | 0.85 |
| Hex | BF | F2 | C2 | 15 | 0 | 14 | 5 | 7C | 42 | 55 |
| Octal | 277 | 362 | 302 | 25 | 0 | 24 | 5 | 174 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11000010 | 10101 | 0 | 10100 | 101 | 1111100 | 1000010 | 1010101 |
Color Harmonies of #BFF2C2
Complementary color
Monochromatic Colors of #BFF2C2
Black with #BFF2C2
Text Example
Text Example
White with #BFF2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2C2; }
p { color: rgb(191,242,194); }
H1.HeaderClassName
{
color: #BFF2C2;
}
.AnyTagClassName
{
color: #BFF2C2;
}
</style>
background-color css
<style>
a { background-color: #BFF2C2; }
a { background-color: rgb(191,242,194); }
div.DivClassName
{
background-color: #BFF2C2;
}
.BgClassName
{
background-color: #BFF2C2;
}
</style>
border-color css
<style>
span { border-color: #BFF2C2; }
span { border-color: rgb(191,242,194); }
td.TdClassName
{
border-color: #BFF2C2;
}
.TagClassName
{
border-color: #BFF2C2;
}
</style>