#BEF1C4

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

Shades of Granny Apple #BEF1C4

Tints of Granny Apple #BEF1C4

Color information

#BEF1C4 (or 0xBEF1C4) is unknown color: approx Granny Apple. HEX triplet: BE, F1 and C4. RGB value is (190,241,196). Sum of RGB (Red+Green+Blue) = 190+241+196=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1C4 is #410E3B. Grayscale: #DCDCDC. Windows color (decimal): -4263484 or 12906942. OLE color: 12906942.

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

Color convert

RGB190241196-
CMYK0.2100.190.05
HSL127.06º64.56%84.51%-
HSV(B)127.06º21.16%94.51%-
XYZ62.6577.8463.95-
YUV220.62114.1106.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=30.30%
G=38.44%
B=31.26%

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
Decimal1902411960.2100.190.05127.0664.5684.51
HexBEF1C41501357f4155
Octal276361304250235177101125
Binary10111110111100011100010010101010011101111111110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1C4; }

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

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

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

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

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

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

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

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