#BEE4C5

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

Shades of Granny Apple #BEE4C5

Tints of Granny Apple #BEE4C5

Color information

#BEE4C5 (or 0xBEE4C5) is unknown color: approx Granny Apple. HEX triplet: BE, E4 and C5. RGB value is (190,228,197). Sum of RGB (Red+Green+Blue) = 190+228+197=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE4C5 is #411B3A. Grayscale: #D5D5D5. Windows color (decimal): -4266811 or 12969150. OLE color: 12969150.

HSL color Cylindrical-coordinate representation of color #BEE4C5: hue angle of 131.05º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEE4C5 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB190228197-
CMYK0.1700.140.11
HSL131.05º41.3%81.96%-
HSV(B)131.05º16.67%89.41%-
XYZ59.0670.4763.31-
YUV213.1118.91111.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 228 (89.45% from 255) = 37.07%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=30.89%
G=37.07%
B=32.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902281970.1700.140.11131.0541.381.96
HexBEE4C5110EB832952
Octal276344305210161320351122
Binary10111110111001001100010110001011101011100000111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE4C5; }

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

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

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

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

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

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

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

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