#BEFAC5

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

Shades of Granny Apple #BEFAC5

Tints of Granny Apple #BEFAC5

Color information

#BEFAC5 (or 0xBEFAC5) is unknown color: approx Granny Apple. HEX triplet: BE, FA and C5. RGB value is (190,250,197). Sum of RGB (Red+Green+Blue) = 190+250+197=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC5 is #41053A. Grayscale: #E2E2E2. Windows color (decimal): -4261179 or 12974782. OLE color: 12974782.

HSL color Cylindrical-coordinate representation of color #BEFAC5: hue angle of 127º 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 #BEFAC5 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB190250197-
CMYK0.2400.210.02
HSL127º85.71%86.27%-
HSV(B)127º24%98.04%-
XYZ65.583.3565.46-
YUV226.02111.62102.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 197 (77.34% from 255) = 30.93%
R=29.83%
G=39.25%
B=30.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501970.2400.210.0212785.7186.27
HexBEFAC51801527f5656
Octal276372305300252177126126
Binary1011111011111010110001011100001010110111111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAC5; }

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

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

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

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

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

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

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

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