Shades of Granny Apple #BCFFCF
Tints of Granny Apple #BCFFCF
RGB
CMYK
RGB Variations
Color information
#BCFFCF (or 0xBCFFCF) is known color: Granny Apple. HEX triplet: BC, FF and CF. RGB value is (188,255,207). Sum of RGB (Red+Green+Blue) = 188+255+207=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFCF is #430030. Grayscale: #E5E5E5. Windows color (decimal): -4390961 or 13631420. OLE color: 13631420.
HSL color Cylindrical-coordinate representation of color #BCFFCF: hue angle of 137.01º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFCF is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 207 | - |
| CMYK | 0.26 | 0 | 0.19 | 0 |
| HSL | 137.01º | 1% | 0.87% | - |
| HSV(B) | 137.01º | 0.26% | 1% | - |
| XYZ | 67.76 | 86.72 | 72.2 | - |
| YUV | 229.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 207 | 0.26 | 0 | 0.19 | 0 | 137.01 | 1 | 0.87 |
| Hex | BC | FF | CF | 1A | 0 | 13 | 0 | 89 | 64 | 57 |
| Octal | 274 | 377 | 317 | 32 | 0 | 23 | 0 | 211 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11001111 | 11010 | 0 | 10011 | 0 | 10001001 | 1100100 | 1010111 |
Color Harmonies of #BCFFCF
Complementary color
Monochromatic Colors of #BCFFCF
Black with #BCFFCF
Text Example
Text Example
White with #BCFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFCF; }
p { color: rgb(188,255,207); }
H1.HeaderClassName
{
color: #BCFFCF;
}
.AnyTagClassName
{
color: #BCFFCF;
}
</style>
background-color css
<style>
a { background-color: #BCFFCF; }
a { background-color: rgb(188,255,207); }
div.DivClassName
{
background-color: #BCFFCF;
}
.BgClassName
{
background-color: #BCFFCF;
}
</style>
border-color css
<style>
span { border-color: #BCFFCF; }
span { border-color: rgb(188,255,207); }
td.TdClassName
{
border-color: #BCFFCF;
}
.TagClassName
{
border-color: #BCFFCF;
}
</style>