Shades of Granny Apple #BCFDD2
Tints of Granny Apple #BCFDD2
RGB
CMYK
RGB Variations
Color information
#BCFDD2 (or 0xBCFDD2) is known color: Granny Apple. HEX triplet: BC, FD and D2. RGB value is (188,253,210). Sum of RGB (Red+Green+Blue) = 188+253+210=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDD2 is #43022D. Grayscale: #E4E4E4. Windows color (decimal): -4391470 or 13827516. OLE color: 13827516.
HSL color Cylindrical-coordinate representation of color #BCFDD2: hue angle of 140.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDD2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 210 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.01 |
| HSL | 140.31º | 0.94% | 0.86% | - |
| HSV(B) | 140.31º | 0.26% | 0.99% | - |
| XYZ | 67.5 | 85.6 | 73.94 | - |
| YUV | 228.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 210 | 0.26 | 0 | 0.17 | 0.01 | 140.31 | 0.94 | 0.86 |
| Hex | BC | FD | D2 | 1A | 0 | 11 | 1 | 8C | 5E | 56 |
| Octal | 274 | 375 | 322 | 32 | 0 | 21 | 1 | 214 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11010010 | 11010 | 0 | 10001 | 1 | 10001100 | 1011110 | 1010110 |
Color Harmonies of #BCFDD2
Complementary color
Monochromatic Colors of #BCFDD2
Black with #BCFDD2
Text Example
Text Example
White with #BCFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDD2; }
p { color: rgb(188,253,210); }
H1.HeaderClassName
{
color: #BCFDD2;
}
.AnyTagClassName
{
color: #BCFDD2;
}
</style>
background-color css
<style>
a { background-color: #BCFDD2; }
a { background-color: rgb(188,253,210); }
div.DivClassName
{
background-color: #BCFDD2;
}
.BgClassName
{
background-color: #BCFDD2;
}
</style>
border-color css
<style>
span { border-color: #BCFDD2; }
span { border-color: rgb(188,253,210); }
td.TdClassName
{
border-color: #BCFDD2;
}
.TagClassName
{
border-color: #BCFDD2;
}
</style>