Shades of Granny Apple #BFE5CC
Tints of Granny Apple #BFE5CC
RGB
CMYK
RGB Variations
Color information
#BFE5CC (or 0xBFE5CC) is known color: Granny Apple. HEX triplet: BF, E5 and CC. RGB value is (191,229,204). Sum of RGB (Red+Green+Blue) = 191+229+204=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5CC is #401A33. Grayscale: #D6D6D6. Windows color (decimal): -4201012 or 13428159. OLE color: 13428159.
HSL color Cylindrical-coordinate representation of color #BFE5CC: hue angle of 140.53º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE5CC is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 204 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.10 |
| HSL | 140.53º | 0.42% | 0.82% | - |
| HSV(B) | 140.53º | 0.17% | 0.9% | - |
| XYZ | 60.4 | 71.47 | 67.74 | - |
| YUV | 214.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 204 | 0.17 | 0 | 0.11 | 0.10 | 140.53 | 0.42 | 0.82 |
| Hex | BF | E5 | CC | 11 | 0 | B | A | 8D | 2A | 52 |
| Octal | 277 | 345 | 314 | 21 | 0 | 13 | 12 | 215 | 52 | 122 |
| Binary | 10111111 | 11100101 | 11001100 | 10001 | 0 | 1011 | 1010 | 10001101 | 101010 | 1010010 |
Color Harmonies of #BFE5CC
Complementary color
Monochromatic Colors of #BFE5CC
Black with #BFE5CC
Text Example
Text Example
White with #BFE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5CC; }
p { color: rgb(191,229,204); }
H1.HeaderClassName
{
color: #BFE5CC;
}
.AnyTagClassName
{
color: #BFE5CC;
}
</style>
background-color css
<style>
a { background-color: #BFE5CC; }
a { background-color: rgb(191,229,204); }
div.DivClassName
{
background-color: #BFE5CC;
}
.BgClassName
{
background-color: #BFE5CC;
}
</style>
border-color css
<style>
span { border-color: #BFE5CC; }
span { border-color: rgb(191,229,204); }
td.TdClassName
{
border-color: #BFE5CC;
}
.TagClassName
{
border-color: #BFE5CC;
}
</style>