#BEE8C4

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

Shades of Granny Apple #BEE8C4

Tints of Granny Apple #BEE8C4

Color information

#BEE8C4 (or 0xBEE8C4) is unknown color: approx Granny Apple. HEX triplet: BE, E8 and C4. RGB value is (190,232,196). Sum of RGB (Red+Green+Blue) = 190+232+196=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8C4 is #41173B. Grayscale: #D7D7D7. Windows color (decimal): -4265788 or 12904638. OLE color: 12904638.

HSL color Cylindrical-coordinate representation of color #BEE8C4: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8C4 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB190232196-
CMYK0.1800.160.09
HSL128.57º47.73%82.75%-
HSV(B)128.57º18.1%90.98%-
XYZ60.0672.6563.08-
YUV215.34117.09109.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=30.74%
G=37.54%
B=31.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902321960.1800.160.09128.5747.7382.75
HexBEE8C4120109813053
Octal276350304220201120160123
Binary101111101110100011000100100100100001001100000011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE8C4; }

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

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

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

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

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

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

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

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