#BFFECA

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

Shades of Granny Apple #BFFECA

Tints of Granny Apple #BFFECA

Color information

#BFFECA (or 0xBFFECA) is unknown color: approx Granny Apple. HEX triplet: BF, FE and CA. RGB value is (191,254,202). Sum of RGB (Red+Green+Blue) = 191+254+202=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFECA is #400135. Grayscale: #E5E5E5. Windows color (decimal): -4194614 or 13303487. OLE color: 13303487.

HSL color Cylindrical-coordinate representation of color #BFFECA: hue angle of 130.48º 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 #BFFECA is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB191254202-
CMYK0.2500.200.00
HSL130.48º96.92%87.25%-
HSV(B)130.48º24.8%99.61%-
XYZ67.5986.2268.96-
YUV229.24112.63100.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=29.52%
G=39.26%
B=31.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542020.2500.200.00130.4896.9287.25
HexBFFECA190140826157
Octal277376312310240202141127
Binary1011111111111110110010101100101010001000001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFECA; }

 p { color: rgb(191,254,202); }

 H1.HeaderClassName
 {
   color: #BFFECA;
 }
 .AnyTagClassName
 {
   color: #BFFECA;
 }
</style>
background-color css

<style>
 a { background-color: #BFFECA; }

 a { background-color: rgb(191,254,202); }

 div.DivClassName
 {
   background-color: #BFFECA;
 }
 .BgClassName
 {
   background-color: #BFFECA;
 }
</style>
border-color css

<style>
 span { border-color: #BFFECA; }

 span { border-color: rgb(191,254,202); }

 td.TdClassName
 {
   border-color: #BFFECA;
 }
 .TagClassName
 {
   border-color: #BFFECA;
 }
</style>