Shades of Granny Apple #BFFDCB
Tints of Granny Apple #BFFDCB
RGB
CMYK
RGB Variations
Color information
#BFFDCB (or 0xBFFDCB) is known color: Granny Apple. HEX triplet: BF, FD and CB. RGB value is (191,253,203). Sum of RGB (Red+Green+Blue) = 191+253+203=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 203 (79.69% from 255 or 31.38% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDCB is #400234. Grayscale: #E4E4E4. Windows color (decimal): -4194869 or 13368767. OLE color: 13368767.
HSL color Cylindrical-coordinate representation of color #BFFDCB: hue angle of 131.61º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDCB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 203 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.01 |
| HSL | 131.61º | 0.94% | 0.87% | - |
| HSV(B) | 131.61º | 0.25% | 0.99% | - |
| XYZ | 67.39 | 85.64 | 69.48 | - |
| YUV | 228.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 203 | 0.25 | 0 | 0.20 | 0.01 | 131.61 | 0.94 | 0.87 |
| Hex | BF | FD | CB | 19 | 0 | 14 | 1 | 84 | 5E | 57 |
| Octal | 277 | 375 | 313 | 31 | 0 | 24 | 1 | 204 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11001011 | 11001 | 0 | 10100 | 1 | 10000100 | 1011110 | 1010111 |
Color Harmonies of #BFFDCB
Complementary color
Monochromatic Colors of #BFFDCB
Black with #BFFDCB
Text Example
Text Example
White with #BFFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDCB; }
p { color: rgb(191,253,203); }
H1.HeaderClassName
{
color: #BFFDCB;
}
.AnyTagClassName
{
color: #BFFDCB;
}
</style>
background-color css
<style>
a { background-color: #BFFDCB; }
a { background-color: rgb(191,253,203); }
div.DivClassName
{
background-color: #BFFDCB;
}
.BgClassName
{
background-color: #BFFDCB;
}
</style>
border-color css
<style>
span { border-color: #BFFDCB; }
span { border-color: rgb(191,253,203); }
td.TdClassName
{
border-color: #BFFDCB;
}
.TagClassName
{
border-color: #BFFDCB;
}
</style>