#BEFEC1

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

Shades of Granny Apple #BEFEC1

Tints of Granny Apple #BEFEC1

Color information

#BEFEC1 (or 0xBEFEC1) is unknown color: approx Granny Apple. HEX triplet: BE, FE and C1. RGB value is (190,254,193). Sum of RGB (Red+Green+Blue) = 190+254+193=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC1 is #41013E. Grayscale: #E4E4E4. Windows color (decimal): -4260159 or 12713662. OLE color: 12713662.

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

Color convert

RGB190254193-
CMYK0.2500.240.00
HSL122.81º96.97%87.06%-
HSV(B)122.81º25.2%99.61%-
XYZ66.385.6863.5-
YUV227.91108.3100.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.83%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 193 (75.78% from 255) = 30.30%
R=29.83%
G=39.87%
B=30.30%

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
Decimal1902541930.2500.240.00122.8196.9787.06
HexBEFEC11901807b6157
Octal276376301310300173141127
Binary101111101111111011000001110010110000111101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEC1; }

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

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

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

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

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

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

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

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