#BEF0C5

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

Shades of Granny Apple #BEF0C5

Tints of Granny Apple #BEF0C5

Color information

#BEF0C5 (or 0xBEF0C5) is unknown color: approx Granny Apple. HEX triplet: BE, F0 and C5. RGB value is (190,240,197). Sum of RGB (Red+Green+Blue) = 190+240+197=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF0C5 is #410F3A. Grayscale: #DCDCDC. Windows color (decimal): -4263739 or 12972222. OLE color: 12972222.

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

Color convert

RGB190240197-
CMYK0.2100.180.06
HSL128.4º62.5%84.31%-
HSV(B)128.4º20.83%94.12%-
XYZ62.4777.364.45-
YUV220.15114.94106.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 240 (94.14% from 255) = 38.28%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=30.30%
G=38.28%
B=31.42%

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
Decimal1902401970.2100.180.06128.462.584.31
HexBEF0C5150126803e54
Octal27636030525022620076124
Binary10111110111100001100010110101010010110100000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF0C5; }

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

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

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

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

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

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

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

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