#BEF2C7

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

Shades of Granny Apple #BEF2C7

Tints of Granny Apple #BEF2C7

Color information

#BEF2C7 (or 0xBEF2C7) is unknown color: approx Granny Apple. HEX triplet: BE, F2 and C7. RGB value is (190,242,199). Sum of RGB (Red+Green+Blue) = 190+242+199=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2C7 is #410D38. Grayscale: #DDDDDD. Windows color (decimal): -4263225 or 13103806. OLE color: 13103806.

HSL color Cylindrical-coordinate representation of color #BEF2C7: hue angle of 130.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF2C7 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB190242199-
CMYK0.2100.180.05
HSL130.38º66.67%84.71%-
HSV(B)130.38º21.49%94.9%-
XYZ63.378.5765.86-
YUV221.55115.27105.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 242 (94.92% from 255) = 38.35%
BLUE value IS 199 (78.12% from 255) = 31.54%
R=30.11%
G=38.35%
B=31.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421990.2100.180.05130.3866.6784.71
HexBEF2C7150125824355
Octal276362307250225202103125
Binary101111101111001011000111101010100101011000001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2C7; }

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

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

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

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

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

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

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

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