#BFEAC7

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

Shades of Granny Apple #BFEAC7

Tints of Granny Apple #BFEAC7

Color information

#BFEAC7 (or 0xBFEAC7) is unknown color: approx Granny Apple. HEX triplet: BF, EA and C7. RGB value is (191,234,199). Sum of RGB (Red+Green+Blue) = 191+234+199=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC7 is #401538. Grayscale: #D9D9D9. Windows color (decimal): -4199737 or 13101759. OLE color: 13101759.

HSL color Cylindrical-coordinate representation of color #BFEAC7: hue angle of 131.16º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFEAC7 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB191234199-
CMYK0.1800.150.08
HSL131.16º50.59%83.33%-
HSV(B)131.16º18.38%91.76%-
XYZ61.2274.0565.1-
YUV217.15117.75109.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.61%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 199 (78.12% from 255) = 31.89%
R=30.61%
G=37.5%
B=31.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341990.1800.150.08131.1650.5983.33
HexBFEAC7120F8833353
Octal277352307220171020363123
Binary10111111111010101100011110010011111000100000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAC7; }

 p { color: rgb(191,234,199); }

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

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

 a { background-color: rgb(191,234,199); }

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

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

 span { border-color: rgb(191,234,199); }

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