#BEFEC0

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

Shades of Granny Apple #BEFEC0

Tints of Granny Apple #BEFEC0

Color information

#BEFEC0 (or 0xBEFEC0) is unknown color: approx Granny Apple. HEX triplet: BE, FE and C0. RGB value is (190,254,192). Sum of RGB (Red+Green+Blue) = 190+254+192=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC0 is #41013F. Grayscale: #E3E3E3. Windows color (decimal): -4260160 or 12648126. OLE color: 12648126.

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

Color convert

RGB190254192-
CMYK0.2500.240.00
HSL121.88º96.97%87.06%-
HSV(B)121.88º25.2%99.61%-
XYZ66.1985.6462.91-
YUV227.8107.8101.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.87%
GREEN value IS 254 (99.61% from 255) = 39.94%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=29.87%
G=39.94%
B=30.19%

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
Decimal1902541920.2500.240.00121.8896.9787.06
HexBEFEC01901807a6157
Octal276376300310300172141127
Binary101111101111111011000000110010110000111101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEC0; }

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

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

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

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

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

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

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

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