#BFFECE

Color #BFFECE Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BFFECE

Tints of Granny Apple #BFFECE

Color information

#BFFECE (or 0xBFFECE) is unknown color: approx 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

RGB191254206-
CMYK0.2500.190.00
HSL134.29º96.92%87.25%-
HSV(B)134.29º24.8%99.61%-
XYZ68.0786.4271.48-
YUV229.69114.63100.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 29.34%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=29.34%
G=39.02%
B=31.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542060.2500.190.00134.2996.9287.25
HexBFFECE190130866157
Octal277376316310230206141127
Binary1011111111111110110011101100101001101000011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>