#BEF2C6

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

Shades of Granny Apple #BEF2C6

Tints of Granny Apple #BEF2C6

Color information

#BEF2C6 (or 0xBEF2C6) is unknown color: approx Granny Apple. HEX triplet: BE, F2 and C6. RGB value is (190,242,198). Sum of RGB (Red+Green+Blue) = 190+242+198=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2C6 is #410D39. Grayscale: #DDDDDD. Windows color (decimal): -4263226 or 13038270. OLE color: 13038270.

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

Color convert

RGB190242198-
CMYK0.2100.180.05
HSL129.23º66.67%84.71%-
HSV(B)129.23º21.49%94.9%-
XYZ63.1878.5365.25-
YUV221.44114.77105.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 242 (94.92% from 255) = 38.41%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=30.16%
G=38.41%
B=31.43%

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
Decimal1902421980.2100.180.05129.2366.6784.71
HexBEF2C6150125814355
Octal276362306250225201103125
Binary101111101111001011000110101010100101011000000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2C6; }

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

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

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

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

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

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

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

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