Shades of Granny Apple #BCF5CB
Tints of Granny Apple #BCF5CB
RGB
CMYK
RGB Variations
Color information
#BCF5CB (or 0xBCF5CB) is known color: Granny Apple. HEX triplet: BC, F5 and CB. RGB value is (188,245,203). Sum of RGB (Red+Green+Blue) = 188+245+203=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5CB is #430A34. Grayscale: #DFDFDF. Windows color (decimal): -4393525 or 13366716. OLE color: 13366716.
HSL color Cylindrical-coordinate representation of color #BCF5CB: hue angle of 135.79º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5CB is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 203 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.04 |
| HSL | 135.79º | 0.74% | 0.85% | - |
| HSV(B) | 135.79º | 0.23% | 0.96% | - |
| XYZ | 64.17 | 80.31 | 68.62 | - |
| YUV | 223.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 203 | 0.23 | 0 | 0.17 | 0.04 | 135.79 | 0.74 | 0.85 |
| Hex | BC | F5 | CB | 17 | 0 | 11 | 4 | 88 | 4A | 55 |
| Octal | 274 | 365 | 313 | 27 | 0 | 21 | 4 | 210 | 112 | 125 |
| Binary | 10111100 | 11110101 | 11001011 | 10111 | 0 | 10001 | 100 | 10001000 | 1001010 | 1010101 |
Color Harmonies of #BCF5CB
Complementary color
Monochromatic Colors of #BCF5CB
Black with #BCF5CB
Text Example
Text Example
White with #BCF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF5CB; }
p { color: rgb(188,245,203); }
H1.HeaderClassName
{
color: #BCF5CB;
}
.AnyTagClassName
{
color: #BCF5CB;
}
</style>
background-color css
<style>
a { background-color: #BCF5CB; }
a { background-color: rgb(188,245,203); }
div.DivClassName
{
background-color: #BCF5CB;
}
.BgClassName
{
background-color: #BCF5CB;
}
</style>
border-color css
<style>
span { border-color: #BCF5CB; }
span { border-color: rgb(188,245,203); }
td.TdClassName
{
border-color: #BCF5CB;
}
.TagClassName
{
border-color: #BCF5CB;
}
</style>