#BEFAC7

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

Shades of Granny Apple #BEFAC7

Tints of Granny Apple #BEFAC7

Color information

#BEFAC7 (or 0xBEFAC7) is unknown color: approx Granny Apple. HEX triplet: BE, FA and C7. RGB value is (190,250,199). Sum of RGB (Red+Green+Blue) = 190+250+199=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC7 is #410538. Grayscale: #E2E2E2. Windows color (decimal): -4261177 or 13105854. OLE color: 13105854.

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

Color convert

RGB190250199-
CMYK0.2400.200.02
HSL129º85.71%86.27%-
HSV(B)129º24%98.04%-
XYZ65.7383.4466.67-
YUV226.25112.62102.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.73%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 199 (78.12% from 255) = 31.14%
R=29.73%
G=39.12%
B=31.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501990.2400.200.0212985.7186.27
HexBEFAC7180142815656
Octal276372307300242201126126
Binary10111110111110101100011111000010100101000000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAC7; }

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

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

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

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

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

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

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

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