#BEDEC9

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

Shades of Granny Apple #BEDEC9

Tints of Granny Apple #BEDEC9

Color information

#BEDEC9 (or 0xBEDEC9) is unknown color: approx Granny Apple. HEX triplet: BE, DE and C9. RGB value is (190,222,201). Sum of RGB (Red+Green+Blue) = 190+222+201=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDEC9 is #412136. Grayscale: #D2D2D2. Windows color (decimal): -4268343 or 13229758. OLE color: 13229758.

HSL color Cylindrical-coordinate representation of color #BEDEC9: hue angle of 140.62º degrees, saturation: 0.33, 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 #BEDEC9 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB190222201-
CMYK0.1400.090.13
HSL140.62º32.65%80.78%-
HSV(B)140.62º14.41%87.06%-
XYZ57.967.4165.22-
YUV210.04122.9113.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=31.00%
G=36.22%
B=32.79%

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
Decimal1902222010.1400.090.13140.6232.6580.78
HexBEDEC9E09D8d2151
Octal276336311160111521541121
Binary1011111011011110110010011110010011101100011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDEC9; }

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

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

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

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

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

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

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

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