Shades of Granny Apple #BFE3CC
Tints of Granny Apple #BFE3CC
RGB
CMYK
RGB Variations
Color information
#BFE3CC (or 0xBFE3CC) is known color: Granny Apple. HEX triplet: BF, E3 and CC. RGB value is (191,227,204). Sum of RGB (Red+Green+Blue) = 191+227+204=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3CC is #401C33. Grayscale: #D5D5D5. Windows color (decimal): -4201524 or 13427647. OLE color: 13427647.
HSL color Cylindrical-coordinate representation of color #BFE3CC: hue angle of 141.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3CC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 204 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.11 |
| HSL | 141.67º | 0.39% | 0.82% | - |
| HSV(B) | 141.67º | 0.16% | 0.89% | - |
| XYZ | 59.85 | 70.37 | 67.56 | - |
| YUV | 213.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 204 | 0.16 | 0 | 0.10 | 0.11 | 141.67 | 0.39 | 0.82 |
| Hex | BF | E3 | CC | 10 | 0 | A | B | 8E | 27 | 52 |
| Octal | 277 | 343 | 314 | 20 | 0 | 12 | 13 | 216 | 47 | 122 |
| Binary | 10111111 | 11100011 | 11001100 | 10000 | 0 | 1010 | 1011 | 10001110 | 100111 | 1010010 |
Color Harmonies of #BFE3CC
Complementary color
Monochromatic Colors of #BFE3CC
Black with #BFE3CC
Text Example
Text Example
White with #BFE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3CC; }
p { color: rgb(191,227,204); }
H1.HeaderClassName
{
color: #BFE3CC;
}
.AnyTagClassName
{
color: #BFE3CC;
}
</style>
background-color css
<style>
a { background-color: #BFE3CC; }
a { background-color: rgb(191,227,204); }
div.DivClassName
{
background-color: #BFE3CC;
}
.BgClassName
{
background-color: #BFE3CC;
}
</style>
border-color css
<style>
span { border-color: #BFE3CC; }
span { border-color: rgb(191,227,204); }
td.TdClassName
{
border-color: #BFE3CC;
}
.TagClassName
{
border-color: #BFE3CC;
}
</style>