Shades of Granny Apple #BFF2C3
Tints of Granny Apple #BFF2C3
RGB
CMYK
RGB Variations
Color information
#BFF2C3 (or 0xBFF2C3) is known color: Granny Apple. HEX triplet: BF, F2 and C3. RGB value is (191,242,195). Sum of RGB (Red+Green+Blue) = 191+242+195=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2C3 is #400D3C. Grayscale: #DDDDDD. Windows color (decimal): -4197693 or 12841663. OLE color: 12841663.
HSL color Cylindrical-coordinate representation of color #BFF2C3: hue angle of 124.71º 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 #BFF2C3 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 195 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.05 |
| HSL | 124.71º | 0.66% | 0.85% | - |
| HSV(B) | 124.71º | 0.21% | 0.95% | - |
| XYZ | 63.09 | 78.52 | 63.46 | - |
| YUV | 221.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 195 | 0.21 | 0 | 0.19 | 0.05 | 124.71 | 0.66 | 0.85 |
| Hex | BF | F2 | C3 | 15 | 0 | 13 | 5 | 7D | 42 | 55 |
| Octal | 277 | 362 | 303 | 25 | 0 | 23 | 5 | 175 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11000011 | 10101 | 0 | 10011 | 101 | 1111101 | 1000010 | 1010101 |
Color Harmonies of #BFF2C3
Complementary color
Monochromatic Colors of #BFF2C3
Black with #BFF2C3
Text Example
Text Example
White with #BFF2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2C3; }
p { color: rgb(191,242,195); }
H1.HeaderClassName
{
color: #BFF2C3;
}
.AnyTagClassName
{
color: #BFF2C3;
}
</style>
background-color css
<style>
a { background-color: #BFF2C3; }
a { background-color: rgb(191,242,195); }
div.DivClassName
{
background-color: #BFF2C3;
}
.BgClassName
{
background-color: #BFF2C3;
}
</style>
border-color css
<style>
span { border-color: #BFF2C3; }
span { border-color: rgb(191,242,195); }
td.TdClassName
{
border-color: #BFF2C3;
}
.TagClassName
{
border-color: #BFF2C3;
}
</style>