Shades of Granny Apple #BFF3D0
Tints of Granny Apple #BFF3D0
RGB
CMYK
RGB Variations
Color information
#BFF3D0 (or 0xBFF3D0) is known color: Granny Apple. HEX triplet: BF, F3 and D0. RGB value is (191,243,208). Sum of RGB (Red+Green+Blue) = 191+243+208=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3D0 is #400C2F. Grayscale: #DFDFDF. Windows color (decimal): -4197424 or 13693887. OLE color: 13693887.
HSL color Cylindrical-coordinate representation of color #BFF3D0: hue angle of 139.62º 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 #BFF3D0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 208 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.05 |
| HSL | 139.62º | 0.68% | 0.85% | - |
| HSV(B) | 139.62º | 0.21% | 0.95% | - |
| XYZ | 64.92 | 79.73 | 71.64 | - |
| YUV | 223.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 208 | 0.21 | 0 | 0.14 | 0.05 | 139.62 | 0.68 | 0.85 |
| Hex | BF | F3 | D0 | 15 | 0 | E | 5 | 8C | 44 | 55 |
| Octal | 277 | 363 | 320 | 25 | 0 | 16 | 5 | 214 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11010000 | 10101 | 0 | 1110 | 101 | 10001100 | 1000100 | 1010101 |
Color Harmonies of #BFF3D0
Complementary color
Monochromatic Colors of #BFF3D0
Black with #BFF3D0
Text Example
Text Example
White with #BFF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3D0; }
p { color: rgb(191,243,208); }
H1.HeaderClassName
{
color: #BFF3D0;
}
.AnyTagClassName
{
color: #BFF3D0;
}
</style>
background-color css
<style>
a { background-color: #BFF3D0; }
a { background-color: rgb(191,243,208); }
div.DivClassName
{
background-color: #BFF3D0;
}
.BgClassName
{
background-color: #BFF3D0;
}
</style>
border-color css
<style>
span { border-color: #BFF3D0; }
span { border-color: rgb(191,243,208); }
td.TdClassName
{
border-color: #BFF3D0;
}
.TagClassName
{
border-color: #BFF3D0;
}
</style>