#BDE7C5

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

Shades of Granny Apple #BDE7C5

Tints of Granny Apple #BDE7C5

Color information

#BDE7C5 (or 0xBDE7C5) is unknown color: approx Granny Apple. HEX triplet: BD, E7 and C5. RGB value is (189,231,197). Sum of RGB (Red+Green+Blue) = 189+231+197=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C5 is #42183A. Grayscale: #D6D6D6. Windows color (decimal): -4331579 or 12969917. OLE color: 12969917.

HSL color Cylindrical-coordinate representation of color #BDE7C5: hue angle of 131.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7C5 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB189231197-
CMYK0.1800.150.09
HSL131.43º46.67%82.35%-
HSV(B)131.43º18.18%90.59%-
XYZ59.647263.58-
YUV214.57118.09109.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=30.63%
G=37.44%
B=31.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311970.1800.150.09131.4346.6782.35
HexBDE7C5120F9832f52
Octal275347305220171120357122
Binary10111101111001111100010110010011111001100000111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7C5; }

 p { color: rgb(189,231,197); }

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

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

 a { background-color: rgb(189,231,197); }

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

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

 span { border-color: rgb(189,231,197); }

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