Shades of Granny Apple #BFFBCC
Tints of Granny Apple #BFFBCC
RGB
CMYK
RGB Variations
Color information
#BFFBCC (or 0xBFFBCC) is known color: Granny Apple. HEX triplet: BF, FB and CC. RGB value is (191,251,204). Sum of RGB (Red+Green+Blue) = 191+251+204=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBCC is #400433. Grayscale: #E3E3E3. Windows color (decimal): -4195380 or 13433791. OLE color: 13433791.
HSL color Cylindrical-coordinate representation of color #BFFBCC: hue angle of 133º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBCC is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 204 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.02 |
| HSL | 133º | 0.88% | 0.87% | - |
| HSV(B) | 133º | 0.24% | 0.98% | - |
| XYZ | 66.88 | 84.43 | 69.9 | - |
| YUV | 227.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 204 | 0.24 | 0 | 0.19 | 0.02 | 133 | 0.88 | 0.87 |
| Hex | BF | FB | CC | 18 | 0 | 13 | 2 | 85 | 58 | 57 |
| Octal | 277 | 373 | 314 | 30 | 0 | 23 | 2 | 205 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11001100 | 11000 | 0 | 10011 | 10 | 10000101 | 1011000 | 1010111 |
Color Harmonies of #BFFBCC
Complementary color
Monochromatic Colors of #BFFBCC
Black with #BFFBCC
Text Example
Text Example
White with #BFFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBCC; }
p { color: rgb(191,251,204); }
H1.HeaderClassName
{
color: #BFFBCC;
}
.AnyTagClassName
{
color: #BFFBCC;
}
</style>
background-color css
<style>
a { background-color: #BFFBCC; }
a { background-color: rgb(191,251,204); }
div.DivClassName
{
background-color: #BFFBCC;
}
.BgClassName
{
background-color: #BFFBCC;
}
</style>
border-color css
<style>
span { border-color: #BFFBCC; }
span { border-color: rgb(191,251,204); }
td.TdClassName
{
border-color: #BFFBCC;
}
.TagClassName
{
border-color: #BFFBCC;
}
</style>