#BFFEC2

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

Shades of Granny Apple #BFFEC2

Tints of Granny Apple #BFFEC2

Color information

#BFFEC2 (or 0xBFFEC2) is unknown color: approx Granny Apple. HEX triplet: BF, FE and C2. RGB value is (191,254,194). Sum of RGB (Red+Green+Blue) = 191+254+194=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEC2 is #40013D. Grayscale: #E4E4E4. Windows color (decimal): -4194622 or 12779199. OLE color: 12779199.

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

Color convert

RGB191254194-
CMYK0.2500.240.00
HSL122.86º96.92%87.25%-
HSV(B)122.86º24.8%99.61%-
XYZ66.6785.8664.1-
YUV228.32108.63101.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 194 (76.17% from 255) = 30.36%
R=29.89%
G=39.75%
B=30.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541940.2500.240.00122.8696.9287.25
HexBFFEC21901807b6157
Octal277376302310300173141127
Binary101111111111111011000010110010110000111101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEC2; }

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

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

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

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

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

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

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

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