#BEFAC6

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

Shades of Granny Apple #BEFAC6

Tints of Granny Apple #BEFAC6

Color information

#BEFAC6 (or 0xBEFAC6) is unknown color: approx Granny Apple. HEX triplet: BE, FA and C6. RGB value is (190,250,198). Sum of RGB (Red+Green+Blue) = 190+250+198=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC6 is #410539. Grayscale: #E2E2E2. Windows color (decimal): -4261178 or 13040318. OLE color: 13040318.

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

Color convert

RGB190250198-
CMYK0.2400.210.02
HSL128º85.71%86.27%-
HSV(B)128º24%98.04%-
XYZ65.6183.466.06-
YUV226.13112.12102.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 198 (77.73% from 255) = 31.03%
R=29.78%
G=39.18%
B=31.03%

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
Decimal1902501980.2400.210.0212885.7186.27
HexBEFAC6180152805656
Octal276372306300252200126126
Binary10111110111110101100011011000010101101000000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAC6; }

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

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

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

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

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

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

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

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