Shades of Granny Apple #BFF3CF
Tints of Granny Apple #BFF3CF
RGB
CMYK
RGB Variations
Color information
#BFF3CF (or 0xBFF3CF) is known color: Granny Apple. HEX triplet: BF, F3 and CF. RGB value is (191,243,207). Sum of RGB (Red+Green+Blue) = 191+243+207=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3CF is #400C30. Grayscale: #DFDFDF. Windows color (decimal): -4197425 or 13628351. OLE color: 13628351.
HSL color Cylindrical-coordinate representation of color #BFF3CF: hue angle of 138.46º degrees, saturation: 0.68, 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 #BFF3CF is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 207 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.05 |
| HSL | 138.46º | 0.68% | 0.85% | - |
| HSV(B) | 138.46º | 0.21% | 0.95% | - |
| XYZ | 64.8 | 79.68 | 71 | - |
| YUV | 223.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 207 | 0.21 | 0 | 0.15 | 0.05 | 138.46 | 0.68 | 0.85 |
| Hex | BF | F3 | CF | 15 | 0 | F | 5 | 8A | 44 | 55 |
| Octal | 277 | 363 | 317 | 25 | 0 | 17 | 5 | 212 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11001111 | 10101 | 0 | 1111 | 101 | 10001010 | 1000100 | 1010101 |
Color Harmonies of #BFF3CF
Complementary color
Monochromatic Colors of #BFF3CF
Black with #BFF3CF
Text Example
Text Example
White with #BFF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3CF; }
p { color: rgb(191,243,207); }
H1.HeaderClassName
{
color: #BFF3CF;
}
.AnyTagClassName
{
color: #BFF3CF;
}
</style>
background-color css
<style>
a { background-color: #BFF3CF; }
a { background-color: rgb(191,243,207); }
div.DivClassName
{
background-color: #BFF3CF;
}
.BgClassName
{
background-color: #BFF3CF;
}
</style>
border-color css
<style>
span { border-color: #BFF3CF; }
span { border-color: rgb(191,243,207); }
td.TdClassName
{
border-color: #BFF3CF;
}
.TagClassName
{
border-color: #BFF3CF;
}
</style>