#BDEACD

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

Shades of Granny Apple #BDEACD

Tints of Granny Apple #BDEACD

Color information

#BDEACD (or 0xBDEACD) is unknown color: approx Granny Apple. HEX triplet: BD, EA and CD. RGB value is (189,234,205). Sum of RGB (Red+Green+Blue) = 189+234+205=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEACD is #421532. Grayscale: #D9D9D9. Windows color (decimal): -4330803 or 13494973. OLE color: 13494973.

HSL color Cylindrical-coordinate representation of color #BDEACD: hue angle of 141.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEACD is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB189234205-
CMYK0.1900.120.08
HSL141.33º51.72%82.94%-
HSV(B)141.33º19.23%91.76%-
XYZ61.4374.0768.82-
YUV217.24121.09107.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 234 (91.80% from 255) = 37.26%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=30.10%
G=37.26%
B=32.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342050.1900.120.08141.3351.7282.94
HexBDEACD130C88d3453
Octal275352315230141021564123
Binary10111101111010101100110110011011001000100011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEACD; }

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

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

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

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

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

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

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

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