#BEFEC7

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

Shades of Granny Apple #BEFEC7

Tints of Granny Apple #BEFEC7

Color information

#BEFEC7 (or 0xBEFEC7) is unknown color: approx Granny Apple. HEX triplet: BE, FE and C7. RGB value is (190,254,199). Sum of RGB (Red+Green+Blue) = 190+254+199=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEC7 is #410138. Grayscale: #E4E4E4. Windows color (decimal): -4260153 or 13106878. OLE color: 13106878.

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

Color convert

RGB190254199-
CMYK0.2500.220.00
HSL128.44º96.97%87.06%-
HSV(B)128.44º25.2%99.61%-
XYZ66.9985.9567.09-
YUV228.59111.3100.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.55%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 199 (78.12% from 255) = 30.95%
R=29.55%
G=39.50%
B=30.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902541990.2500.220.00128.4496.9787.06
HexBEFEC7190160806157
Octal276376307310260200141127
Binary1011111011111110110001111100101011001000000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEC7; }

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

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

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

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

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

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

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

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