#BFFEC0

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

Shades of Granny Apple #BFFEC0

Tints of Granny Apple #BFFEC0

Color information

#BFFEC0 (or 0xBFFEC0) is unknown color: approx Granny Apple. HEX triplet: BF, FE and C0. RGB value is (191,254,192). Sum of RGB (Red+Green+Blue) = 191+254+192=637 (84% of max value = 765). Red value is 191 (75% from 255 or 29.98% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEC0 is #40013F. Grayscale: #E4E4E4. Windows color (decimal): -4194624 or 12648127. OLE color: 12648127.

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

Color convert

RGB191254192-
CMYK0.2500.240.00
HSL120.95º96.92%87.25%-
HSV(B)120.95º24.8%99.61%-
XYZ66.4485.7762.92-
YUV228.1107.63101.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.98%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 192 (75.39% from 255) = 30.14%
R=29.98%
G=39.87%
B=30.14%

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
Decimal1912541920.2500.240.00120.9596.9287.25
HexBFFEC0190180796157
Octal277376300310300171141127
Binary101111111111111011000000110010110000111100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEC0; }

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

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

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

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

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

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

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

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