Shades of Granny Apple #BFF5CB
Tints of Granny Apple #BFF5CB
RGB
CMYK
RGB Variations
Color information
#BFF5CB (or 0xBFF5CB) is known color: Granny Apple. HEX triplet: BF, F5 and CB. RGB value is (191,245,203). Sum of RGB (Red+Green+Blue) = 191+245+203=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF5CB is #400A34. Grayscale: #E0E0E0. Windows color (decimal): -4196917 or 13366719. OLE color: 13366719.
HSL color Cylindrical-coordinate representation of color #BFF5CB: hue angle of 133.33º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF5CB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 203 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.04 |
| HSL | 133.33º | 0.73% | 0.85% | - |
| HSV(B) | 133.33º | 0.22% | 0.96% | - |
| XYZ | 64.92 | 80.69 | 68.65 | - |
| YUV | 224.07 | 116.11 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 203 | 0.22 | 0 | 0.17 | 0.04 | 133.33 | 0.73 | 0.85 |
| Hex | BF | F5 | CB | 16 | 0 | 11 | 4 | 85 | 49 | 55 |
| Octal | 277 | 365 | 313 | 26 | 0 | 21 | 4 | 205 | 111 | 125 |
| Binary | 10111111 | 11110101 | 11001011 | 10110 | 0 | 10001 | 100 | 10000101 | 1001001 | 1010101 |
Color Harmonies of #BFF5CB
Complementary color
Monochromatic Colors of #BFF5CB
Black with #BFF5CB
Text Example
Text Example
White with #BFF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF5CB; }
p { color: rgb(191,245,203); }
H1.HeaderClassName
{
color: #BFF5CB;
}
.AnyTagClassName
{
color: #BFF5CB;
}
</style>
background-color css
<style>
a { background-color: #BFF5CB; }
a { background-color: rgb(191,245,203); }
div.DivClassName
{
background-color: #BFF5CB;
}
.BgClassName
{
background-color: #BFF5CB;
}
</style>
border-color css
<style>
span { border-color: #BFF5CB; }
span { border-color: rgb(191,245,203); }
td.TdClassName
{
border-color: #BFF5CB;
}
.TagClassName
{
border-color: #BFF5CB;
}
</style>