#BDEDCD

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

Shades of Granny Apple #BDEDCD

Tints of Granny Apple #BDEDCD

Color information

#BDEDCD (or 0xBDEDCD) is unknown color: approx Granny Apple. HEX triplet: BD, ED and CD. RGB value is (189,237,205). Sum of RGB (Red+Green+Blue) = 189+237+205=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDCD is #421232. Grayscale: #DBDBDB. Windows color (decimal): -4330035 or 13495741. OLE color: 13495741.

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

Color convert

RGB189237205-
CMYK0.2000.140.07
HSL140º57.14%83.53%-
HSV(B)140º20.25%92.94%-
XYZ62.2975.7969.1-
YUV219120.1106.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 237 (92.97% from 255) = 37.56%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=29.95%
G=37.56%
B=32.49%

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
Decimal1892372050.2000.140.0714057.1483.53
HexBDEDCD140E78c3954
Octal27535531524016721471124
Binary1011110111101101110011011010001110111100011001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDCD; }

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

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

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

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

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

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

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

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