#BEEDCB

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

Shades of Granny Apple #BEEDCB

Tints of Granny Apple #BEEDCB

Color information

#BEEDCB (or 0xBEEDCB) is unknown color: approx Granny Apple. HEX triplet: BE, ED and CB. RGB value is (190,237,203). Sum of RGB (Red+Green+Blue) = 190+237+203=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDCB is #411234. Grayscale: #DBDBDB. Windows color (decimal): -4264501 or 13364670. OLE color: 13364670.

HSL color Cylindrical-coordinate representation of color #BEEDCB: hue angle of 136.6º 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 #BEEDCB is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB190237203-
CMYK0.2000.140.07
HSL136.6º56.63%83.73%-
HSV(B)136.6º19.83%92.94%-
XYZ62.375.8367.85-
YUV219.07118.93107.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=30.16%
G=37.62%
B=32.22%

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
Decimal1902372030.2000.140.07136.656.6383.73
HexBEEDCB140E7893954
Octal27635531324016721171124
Binary1011111011101101110010111010001110111100010011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEDCB; }

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

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

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

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

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

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

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

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