#BEEDCD

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

Shades of Granny Apple #BEEDCD

Tints of Granny Apple #BEEDCD

Color information

#BEEDCD (or 0xBEEDCD) is unknown color: approx Granny Apple. HEX triplet: BE, ED and CD. RGB value is (190,237,205). Sum of RGB (Red+Green+Blue) = 190+237+205=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDCD is #411232. Grayscale: #DBDBDB. Windows color (decimal): -4264499 or 13495742. OLE color: 13495742.

HSL color Cylindrical-coordinate representation of color #BEEDCD: hue angle of 139.15º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDCD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB190237205-
CMYK0.2000.140.07
HSL139.15º56.63%83.73%-
HSV(B)139.15º19.83%92.94%-
XYZ62.5475.9269.12-
YUV219.3119.93107.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 237 (92.97% from 255) = 37.5%
BLUE value IS 205 (80.47% from 255) = 32.44%
R=30.06%
G=37.5%
B=32.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902372050.2000.140.07139.1556.6383.73
HexBEEDCD140E78b3954
Octal27635531524016721371124
Binary1011111011101101110011011010001110111100010111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDCD; }

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

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

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

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

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

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

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

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