Shades of Granny Apple #BFFFCB
Tints of Granny Apple #BFFFCB
RGB
CMYK
RGB Variations
Color information
#BFFFCB (or 0xBFFFCB) is known color: Granny Apple. HEX triplet: BF, FF and CB. RGB value is (191,255,203). Sum of RGB (Red+Green+Blue) = 191+255+203=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFCB is #400034. Grayscale: #E6E6E6. Windows color (decimal): -4194357 or 13369279. OLE color: 13369279.
HSL color Cylindrical-coordinate representation of color #BFFFCB: hue angle of 131.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFCB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 203 | - |
| CMYK | 0.25 | 0 | 0.20 | 0 |
| HSL | 131.25º | 1% | 0.87% | - |
| HSV(B) | 131.25º | 0.25% | 1% | - |
| XYZ | 68.03 | 86.91 | 69.69 | - |
| YUV | 229.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 203 | 0.25 | 0 | 0.20 | 0 | 131.25 | 1 | 0.87 |
| Hex | BF | FF | CB | 19 | 0 | 14 | 0 | 83 | 64 | 57 |
| Octal | 277 | 377 | 313 | 31 | 0 | 24 | 0 | 203 | 144 | 127 |
| Binary | 10111111 | 11111111 | 11001011 | 11001 | 0 | 10100 | 0 | 10000011 | 1100100 | 1010111 |
Color Harmonies of #BFFFCB
Complementary color
Monochromatic Colors of #BFFFCB
Black with #BFFFCB
Text Example
Text Example
White with #BFFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFFCB; }
p { color: rgb(191,255,203); }
H1.HeaderClassName
{
color: #BFFFCB;
}
.AnyTagClassName
{
color: #BFFFCB;
}
</style>
background-color css
<style>
a { background-color: #BFFFCB; }
a { background-color: rgb(191,255,203); }
div.DivClassName
{
background-color: #BFFFCB;
}
.BgClassName
{
background-color: #BFFFCB;
}
</style>
border-color css
<style>
span { border-color: #BFFFCB; }
span { border-color: rgb(191,255,203); }
td.TdClassName
{
border-color: #BFFFCB;
}
.TagClassName
{
border-color: #BFFFCB;
}
</style>