#BEFAC4

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

Shades of Granny Apple #BEFAC4

Tints of Granny Apple #BEFAC4

Color information

#BEFAC4 (or 0xBEFAC4) is unknown color: approx Granny Apple. HEX triplet: BE, FA and C4. RGB value is (190,250,196). Sum of RGB (Red+Green+Blue) = 190+250+196=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC4 is #41053B. Grayscale: #E2E2E2. Windows color (decimal): -4261180 or 12909246. OLE color: 12909246.

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

Color convert

RGB190250196-
CMYK0.2400.220.02
HSL126º85.71%86.27%-
HSV(B)126º24%98.04%-
XYZ65.3883.364.86-
YUV225.9111.12102.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=29.87%
G=39.31%
B=30.82%

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
Decimal1902501960.2400.220.0212685.7186.27
HexBEFAC41801627e5656
Octal276372304300262176126126
Binary1011111011111010110001001100001011010111111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAC4; }

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

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

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

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

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

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

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

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