Shades of Granny Apple #BFFECE
Tints of Granny Apple #BFFECE
RGB
CMYK
RGB Variations
Color information
#BFFECE (or 0xBFFECE) is known color: Granny Apple. HEX triplet: BF, FE and CE. RGB value is (191,254,206). Sum of RGB (Red+Green+Blue) = 191+254+206=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECE is #400131. Grayscale: #E5E5E5. Windows color (decimal): -4194610 or 13565631. OLE color: 13565631.
HSL color Cylindrical-coordinate representation of color #BFFECE: hue angle of 134.29º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFECE is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
RGB | 191 | 254 | 206 | - |
CMYK | 0.25 | 0 | 0.19 | 0.00 |
HSL | 134.29º | 0.97% | 0.87% | - |
HSV(B) | 134.29º | 0.25% | 1% | - |
XYZ | 68.07 | 86.42 | 71.48 | - |
YUV | 229.69 | 114.63 | 100.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 254 | 206 | 0.25 | 0 | 0.19 | 0.00 | 134.29 | 0.97 | 0.87 |
Hex | BF | FE | CE | 19 | 0 | 13 | 0 | 86 | 61 | 57 |
Octal | 277 | 376 | 316 | 31 | 0 | 23 | 0 | 206 | 141 | 127 |
Binary | 10111111 | 11111110 | 11001110 | 11001 | 0 | 10011 | 0 | 10000110 | 1100001 | 1010111 |
Color Harmonies of #BFFECE
Complementary color
Monochromatic Colors of #BFFECE
Black with #BFFECE
Text Example
Text Example
White with #BFFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFECE; }
p { color: rgb(191,254,206); }
H1.HeaderClassName
{
color: #BFFECE;
}
.AnyTagClassName
{
color: #BFFECE;
}
</style>
background-color css
<style>
a { background-color: #BFFECE; }
a { background-color: rgb(191,254,206); }
div.DivClassName
{
background-color: #BFFECE;
}
.BgClassName
{
background-color: #BFFECE;
}
</style>
border-color css
<style>
span { border-color: #BFFECE; }
span { border-color: rgb(191,254,206); }
td.TdClassName
{
border-color: #BFFECE;
}
.TagClassName
{
border-color: #BFFECE;
}
</style>