#BEFEC2

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

Shades of Granny Apple #BEFEC2

Tints of Granny Apple #BEFEC2

Color information

#BEFEC2 (or 0xBEFEC2) is unknown color: approx Granny Apple. HEX triplet: BE, FE and C2. RGB value is (190,254,194). Sum of RGB (Red+Green+Blue) = 190+254+194=638 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.78% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC2 is #41013D. Grayscale: #E4E4E4. Windows color (decimal): -4260158 or 12779198. OLE color: 12779198.

HSL color Cylindrical-coordinate representation of color #BEFEC2: hue angle of 123.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEC2 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB190254194-
CMYK0.2500.240.00
HSL123.75º96.97%87.06%-
HSV(B)123.75º25.2%99.61%-
XYZ66.4185.7364.09-
YUV228.02108.8100.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.78%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 194 (76.17% from 255) = 30.41%
R=29.78%
G=39.81%
B=30.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541940.2500.240.00123.7596.9787.06
HexBEFEC21901807c6157
Octal276376302310300174141127
Binary101111101111111011000010110010110000111110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEC2; }

 p { color: rgb(190,254,194); }

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

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

 a { background-color: rgb(190,254,194); }

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

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

 span { border-color: rgb(190,254,194); }

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