Shades of Granny Apple #BFF3CB
Tints of Granny Apple #BFF3CB
RGB
CMYK
RGB Variations
Color information
#BFF3CB (or 0xBFF3CB) is known color: Granny Apple. HEX triplet: BF, F3 and CB. RGB value is (191,243,203). Sum of RGB (Red+Green+Blue) = 191+243+203=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3CB is #400C34. Grayscale: #DFDFDF. Windows color (decimal): -4197429 or 13366207. OLE color: 13366207.
HSL color Cylindrical-coordinate representation of color #BFF3CB: hue angle of 133.85º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3CB is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 203 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.05 |
| HSL | 133.85º | 0.68% | 0.85% | - |
| HSV(B) | 133.85º | 0.21% | 0.95% | - |
| XYZ | 64.32 | 79.49 | 68.45 | - |
| YUV | 222.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 203 | 0.21 | 0 | 0.16 | 0.05 | 133.85 | 0.68 | 0.85 |
| Hex | BF | F3 | CB | 15 | 0 | 10 | 5 | 86 | 44 | 55 |
| Octal | 277 | 363 | 313 | 25 | 0 | 20 | 5 | 206 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11001011 | 10101 | 0 | 10000 | 101 | 10000110 | 1000100 | 1010101 |
Color Harmonies of #BFF3CB
Complementary color
Monochromatic Colors of #BFF3CB
Black with #BFF3CB
Text Example
Text Example
White with #BFF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3CB; }
p { color: rgb(191,243,203); }
H1.HeaderClassName
{
color: #BFF3CB;
}
.AnyTagClassName
{
color: #BFF3CB;
}
</style>
background-color css
<style>
a { background-color: #BFF3CB; }
a { background-color: rgb(191,243,203); }
div.DivClassName
{
background-color: #BFF3CB;
}
.BgClassName
{
background-color: #BFF3CB;
}
</style>
border-color css
<style>
span { border-color: #BFF3CB; }
span { border-color: rgb(191,243,203); }
td.TdClassName
{
border-color: #BFF3CB;
}
.TagClassName
{
border-color: #BFF3CB;
}
</style>