#BFFEC5

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

Shades of Granny Apple #BFFEC5

Tints of Granny Apple #BFFEC5

Color information

#BFFEC5 (or 0xBFFEC5) is unknown color: approx Granny Apple. HEX triplet: BF, FE and C5. RGB value is (191,254,197). Sum of RGB (Red+Green+Blue) = 191+254+197=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEC5 is #40013A. Grayscale: #E4E4E4. Windows color (decimal): -4194619 or 12975807. OLE color: 12975807.

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

Color convert

RGB191254197-
CMYK0.2500.220.00
HSL125.71º96.92%87.25%-
HSV(B)125.71º24.8%99.61%-
XYZ67.0185.9965.89-
YUV228.66110.13101.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 197 (77.34% from 255) = 30.69%
R=29.75%
G=39.56%
B=30.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541970.2500.220.00125.7196.9287.25
HexBFFEC51901607e6157
Octal277376305310260176141127
Binary101111111111111011000101110010101100111111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEC5; }

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

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

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

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

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

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

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

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