#BEF1C7

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

Shades of Granny Apple #BEF1C7

Tints of Granny Apple #BEF1C7

Color information

#BEF1C7 (or 0xBEF1C7) is unknown color: approx Granny Apple. HEX triplet: BE, F1 and C7. RGB value is (190,241,199). Sum of RGB (Red+Green+Blue) = 190+241+199=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1C7 is #410E38. Grayscale: #DDDDDD. Windows color (decimal): -4263481 or 13103550. OLE color: 13103550.

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

Color convert

RGB190241199-
CMYK0.2100.170.05
HSL130.59º64.56%84.51%-
HSV(B)130.59º21.16%94.51%-
XYZ6377.9865.76-
YUV220.96115.6105.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 199 (78.12% from 255) = 31.59%
R=30.16%
G=38.25%
B=31.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411990.2100.170.05130.5964.5684.51
HexBEF1C7150115834155
Octal276361307250215203101125
Binary101111101111000111000111101010100011011000001110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1C7; }

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

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

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

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

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

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

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

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