#BEF1C5

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

Shades of Granny Apple #BEF1C5

Tints of Granny Apple #BEF1C5

Color information

#BEF1C5 (or 0xBEF1C5) is unknown color: approx Granny Apple. HEX triplet: BE, F1 and C5. RGB value is (190,241,197). Sum of RGB (Red+Green+Blue) = 190+241+197=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1C5 is #410E3A. Grayscale: #DCDCDC. Windows color (decimal): -4263483 or 12972478. OLE color: 12972478.

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

Color convert

RGB190241197-
CMYK0.2100.180.05
HSL128.24º64.56%84.51%-
HSV(B)128.24º21.16%94.51%-
XYZ62.7777.8964.55-
YUV220.74114.6106.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 197 (77.34% from 255) = 31.37%
R=30.25%
G=38.38%
B=31.37%

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
Decimal1902411970.2100.180.05128.2464.5684.51
HexBEF1C5150125804155
Octal276361305250225200101125
Binary101111101111000111000101101010100101011000000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1C5; }

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

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

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

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

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

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

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

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