#BEDDC9

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

Shades of Granny Apple #BEDDC9

Tints of Granny Apple #BEDDC9

Color information

#BEDDC9 (or 0xBEDDC9) is unknown color: approx Granny Apple. HEX triplet: BE, DD and C9. RGB value is (190,221,201). Sum of RGB (Red+Green+Blue) = 190+221+201=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDC9 is #412236. Grayscale: #D1D1D1. Windows color (decimal): -4268599 or 13229502. OLE color: 13229502.

HSL color Cylindrical-coordinate representation of color #BEDDC9: hue angle of 141.29º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDC9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB190221201-
CMYK0.1400.090.13
HSL141.29º31.31%80.59%-
HSV(B)141.29º14.03%86.67%-
XYZ57.6366.8865.13-
YUV209.45123.23114.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 221 (86.72% from 255) = 36.11%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=31.05%
G=36.11%
B=32.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212010.1400.090.13141.2931.3180.59
HexBEDDC9E09D8d1f51
Octal276335311160111521537121
Binary101111101101110111001001111001001110110001101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDC9; }

 p { color: rgb(190,221,201); }

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

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

 a { background-color: rgb(190,221,201); }

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

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

 span { border-color: rgb(190,221,201); }

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