#BEF2C4

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

Shades of Granny Apple #BEF2C4

Tints of Granny Apple #BEF2C4

Color information

#BEF2C4 (or 0xBEF2C4) is unknown color: approx Granny Apple. HEX triplet: BE, F2 and C4. RGB value is (190,242,196). Sum of RGB (Red+Green+Blue) = 190+242+196=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2C4 is #410D3B. Grayscale: #DDDDDD. Windows color (decimal): -4263228 or 12907198. OLE color: 12907198.

HSL color Cylindrical-coordinate representation of color #BEF2C4: hue angle of 126.92º 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 #BEF2C4 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB190242196-
CMYK0.2100.190.05
HSL126.92º66.67%84.71%-
HSV(B)126.92º21.49%94.9%-
XYZ62.9578.4464.05-
YUV221.21113.77105.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 196 (76.95% from 255) = 31.21%
R=30.25%
G=38.54%
B=31.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902421960.2100.190.05126.9266.6784.71
HexBEF2C41501357f4355
Octal276362304250235177103125
Binary10111110111100101100010010101010011101111111110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2C4; }

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

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

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

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

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

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

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

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