#BEEACD

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

Shades of Granny Apple #BEEACD

Tints of Granny Apple #BEEACD

Color information

#BEEACD (or 0xBEEACD) is unknown color: approx Granny Apple. HEX triplet: BE, EA and CD. RGB value is (190,234,205). Sum of RGB (Red+Green+Blue) = 190+234+205=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEACD is #411532. Grayscale: #D9D9D9. Windows color (decimal): -4265267 or 13494974. OLE color: 13494974.

HSL color Cylindrical-coordinate representation of color #BEEACD: hue angle of 140.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEACD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB190234205-
CMYK0.1900.120.08
HSL140.45º51.16%83.14%-
HSV(B)140.45º18.8%91.76%-
XYZ61.6874.268.83-
YUV217.54120.92108.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.21%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=30.21%
G=37.20%
B=32.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902342050.1900.120.08140.4551.1683.14
HexBEEACD130C88c3353
Octal276352315230141021463123
Binary10111110111010101100110110011011001000100011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEACD; }

 p { color: rgb(190,234,205); }

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

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

 a { background-color: rgb(190,234,205); }

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

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

 span { border-color: rgb(190,234,205); }

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