#BEFAC1

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

Shades of Granny Apple #BEFAC1

Tints of Granny Apple #BEFAC1

Color information

#BEFAC1 (or 0xBEFAC1) is unknown color: approx Granny Apple. HEX triplet: BE, FA and C1. RGB value is (190,250,193). Sum of RGB (Red+Green+Blue) = 190+250+193=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAC1 is #41053E. Grayscale: #E1E1E1. Windows color (decimal): -4261183 or 12712638. OLE color: 12712638.

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

Color convert

RGB190250193-
CMYK0.2400.230.02
HSL123º85.71%86.27%-
HSV(B)123º24%98.04%-
XYZ65.0583.1763.08-
YUV225.56109.62102.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.02%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=30.02%
G=39.49%
B=30.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501930.2400.230.0212385.7186.27
HexBEFAC11801727b5656
Octal276372301300272173126126
Binary1011111011111010110000011100001011110111101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAC1; }

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

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

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

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

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

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

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

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