#BEF0C4

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

Shades of Granny Apple #BEF0C4

Tints of Granny Apple #BEF0C4

Color information

#BEF0C4 (or 0xBEF0C4) is unknown color: approx Granny Apple. HEX triplet: BE, F0 and C4. RGB value is (190,240,196). Sum of RGB (Red+Green+Blue) = 190+240+196=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0C4 is #410F3B. Grayscale: #DCDCDC. Windows color (decimal): -4263740 or 12906686. OLE color: 12906686.

HSL color Cylindrical-coordinate representation of color #BEF0C4: hue angle of 127.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF0C4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB190240196-
CMYK0.2100.180.06
HSL127.2º62.5%84.31%-
HSV(B)127.2º20.83%94.12%-
XYZ62.3677.2563.85-
YUV220.03114.44106.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 240 (94.14% from 255) = 38.34%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=30.35%
G=38.34%
B=31.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401960.2100.180.06127.262.584.31
HexBEF0C41501267f3e54
Octal27636030425022617776124
Binary1011111011110000110001001010101001011011111111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0C4; }

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

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

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

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

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

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

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

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