Shades of Granny Apple #BFF9CB
Tints of Granny Apple #BFF9CB
RGB
CMYK
RGB Variations
Color information
#BFF9CB (or 0xBFF9CB) is known color: Granny Apple. HEX triplet: BF, F9 and CB. RGB value is (191,249,203). Sum of RGB (Red+Green+Blue) = 191+249+203=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9CB is #400634. Grayscale: #E2E2E2. Windows color (decimal): -4195893 or 13367743. OLE color: 13367743.
HSL color Cylindrical-coordinate representation of color #BFF9CB: hue angle of 132.41º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9CB is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 203 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.02 |
| HSL | 132.41º | 0.83% | 0.86% | - |
| HSV(B) | 132.41º | 0.23% | 0.98% | - |
| XYZ | 66.14 | 83.14 | 69.06 | - |
| YUV | 226.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 203 | 0.23 | 0 | 0.18 | 0.02 | 132.41 | 0.83 | 0.86 |
| Hex | BF | F9 | CB | 17 | 0 | 12 | 2 | 84 | 53 | 56 |
| Octal | 277 | 371 | 313 | 27 | 0 | 22 | 2 | 204 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11001011 | 10111 | 0 | 10010 | 10 | 10000100 | 1010011 | 1010110 |
Color Harmonies of #BFF9CB
Complementary color
Monochromatic Colors of #BFF9CB
Black with #BFF9CB
Text Example
Text Example
White with #BFF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9CB; }
p { color: rgb(191,249,203); }
H1.HeaderClassName
{
color: #BFF9CB;
}
.AnyTagClassName
{
color: #BFF9CB;
}
</style>
background-color css
<style>
a { background-color: #BFF9CB; }
a { background-color: rgb(191,249,203); }
div.DivClassName
{
background-color: #BFF9CB;
}
.BgClassName
{
background-color: #BFF9CB;
}
</style>
border-color css
<style>
span { border-color: #BFF9CB; }
span { border-color: rgb(191,249,203); }
td.TdClassName
{
border-color: #BFF9CB;
}
.TagClassName
{
border-color: #BFF9CB;
}
</style>