#BEFAC3

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

Shades of Granny Apple #BEFAC3

Tints of Granny Apple #BEFAC3

Color information

#BEFAC3 (or 0xBEFAC3) is unknown color: approx Granny Apple. HEX triplet: BE, FA and C3. RGB value is (190,250,195). Sum of RGB (Red+Green+Blue) = 190+250+195=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC3 is #41053C. Grayscale: #E1E1E1. Windows color (decimal): -4261181 or 12843710. OLE color: 12843710.

HSL color Cylindrical-coordinate representation of color #BEFAC3: hue angle of 125º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFAC3 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB190250195-
CMYK0.2400.220.02
HSL125º85.71%86.27%-
HSV(B)125º24%98.04%-
XYZ65.2783.2664.26-
YUV225.79110.62102.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 195 (76.56% from 255) = 30.71%
R=29.92%
G=39.37%
B=30.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501950.2400.220.0212585.7186.27
HexBEFAC31801627d5656
Octal276372303300262175126126
Binary1011111011111010110000111100001011010111110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAC3; }

 p { color: rgb(190,250,195); }

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

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

 a { background-color: rgb(190,250,195); }

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

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

 span { border-color: rgb(190,250,195); }

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