#BFEFC4

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

Shades of Granny Apple #BFEFC4

Tints of Granny Apple #BFEFC4

Color information

#BFEFC4 (or 0xBFEFC4) is unknown color: approx Granny Apple. HEX triplet: BF, EF and C4. RGB value is (191,239,196). Sum of RGB (Red+Green+Blue) = 191+239+196=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEFC4 is #40103B. Grayscale: #DBDBDB. Windows color (decimal): -4198460 or 12906431. OLE color: 12906431.

HSL color Cylindrical-coordinate representation of color #BFEFC4: hue angle of 126.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEFC4 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB191239196-
CMYK0.2000.180.06
HSL126.25º60%84.31%-
HSV(B)126.25º20.08%93.73%-
XYZ62.3276.7963.76-
YUV219.75114.6107.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=30.51%
G=38.18%
B=31.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912391960.2000.180.06126.256084.31
HexBFEFC41401267e3c54
Octal27735730424022617674124
Binary1011111111101111110001001010001001011011111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFC4; }

 p { color: rgb(191,239,196); }

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

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

 a { background-color: rgb(191,239,196); }

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

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

 span { border-color: rgb(191,239,196); }

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