#BFEACE

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

Shades of Granny Apple #BFEACE

Tints of Granny Apple #BFEACE

Color information

#BFEACE (or 0xBFEACE) is unknown color: approx Granny Apple. HEX triplet: BF, EA and CE. RGB value is (191,234,206). Sum of RGB (Red+Green+Blue) = 191+234+206=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEACE is #401531. Grayscale: #DADADA. Windows color (decimal): -4199730 or 13560511. OLE color: 13560511.

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

Color convert

RGB191234206-
CMYK0.1800.120.08
HSL140.93º50.59%83.33%-
HSV(B)140.93º18.38%91.76%-
XYZ62.0574.3869.48-
YUV217.95121.25108.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=30.27%
G=37.08%
B=32.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912342060.1800.120.08140.9350.5983.33
HexBFEACE120C88d3353
Octal277352316220141021563123
Binary10111111111010101100111010010011001000100011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEACE; }

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

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

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

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

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

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

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

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