Shades of Granny Apple #BCFFC6
Tints of Granny Apple #BCFFC6
RGB
CMYK
RGB Variations
Color information
#BCFFC6 (or 0xBCFFC6) is known color: Granny Apple. HEX triplet: BC, FF and C6. RGB value is (188,255,198). Sum of RGB (Red+Green+Blue) = 188+255+198=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFC6 is #430039. Grayscale: #E4E4E4. Windows color (decimal): -4390970 or 13041596. OLE color: 13041596.
HSL color Cylindrical-coordinate representation of color #BCFFC6: hue angle of 128.96º 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 #BCFFC6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 198 | - |
| CMYK | 0.26 | 0 | 0.22 | 0 |
| HSL | 128.96º | 1% | 0.87% | - |
| HSV(B) | 128.96º | 0.26% | 1% | - |
| XYZ | 66.69 | 86.29 | 66.57 | - |
| YUV | 228.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 198 | 0.26 | 0 | 0.22 | 0 | 128.96 | 1 | 0.87 |
| Hex | BC | FF | C6 | 1A | 0 | 16 | 0 | 81 | 64 | 57 |
| Octal | 274 | 377 | 306 | 32 | 0 | 26 | 0 | 201 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11000110 | 11010 | 0 | 10110 | 0 | 10000001 | 1100100 | 1010111 |
Color Harmonies of #BCFFC6
Complementary color
Monochromatic Colors of #BCFFC6
Black with #BCFFC6
Text Example
Text Example
White with #BCFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFC6; }
p { color: rgb(188,255,198); }
H1.HeaderClassName
{
color: #BCFFC6;
}
.AnyTagClassName
{
color: #BCFFC6;
}
</style>
background-color css
<style>
a { background-color: #BCFFC6; }
a { background-color: rgb(188,255,198); }
div.DivClassName
{
background-color: #BCFFC6;
}
.BgClassName
{
background-color: #BCFFC6;
}
</style>
border-color css
<style>
span { border-color: #BCFFC6; }
span { border-color: rgb(188,255,198); }
td.TdClassName
{
border-color: #BCFFC6;
}
.TagClassName
{
border-color: #BCFFC6;
}
</style>