#BFEAC9

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

Shades of Granny Apple #BFEAC9

Tints of Granny Apple #BFEAC9

Color information

#BFEAC9 (or 0xBFEAC9) is unknown color: approx Granny Apple. HEX triplet: BF, EA and C9. RGB value is (191,234,201). Sum of RGB (Red+Green+Blue) = 191+234+201=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEAC9 is #401536. Grayscale: #D9D9D9. Windows color (decimal): -4199735 or 13232831. OLE color: 13232831.

HSL color Cylindrical-coordinate representation of color #BFEAC9: hue angle of 133.95º 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 #BFEAC9 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB191234201-
CMYK0.1800.140.08
HSL133.95º50.59%83.33%-
HSV(B)133.95º18.38%91.76%-
XYZ61.4574.1466.33-
YUV217.38118.75109.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 201 (78.91% from 255) = 32.11%
R=30.51%
G=37.38%
B=32.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912342010.1800.140.08133.9550.5983.33
HexBFEAC9120E8863353
Octal277352311220161020663123
Binary10111111111010101100100110010011101000100001101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEAC9; }

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

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

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

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

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

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

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

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