#BDE7C9

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

Shades of Granny Apple #BDE7C9

Tints of Granny Apple #BDE7C9

Color information

#BDE7C9 (or 0xBDE7C9) is unknown color: approx Granny Apple. HEX triplet: BD, E7 and C9. RGB value is (189,231,201). Sum of RGB (Red+Green+Blue) = 189+231+201=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C9 is #421836. Grayscale: #D7D7D7. Windows color (decimal): -4331575 or 13232061. OLE color: 13232061.

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

Color convert

RGB189231201-
CMYK0.1800.130.09
HSL137.14º46.67%82.35%-
HSV(B)137.14º18.18%90.59%-
XYZ60.172.1966.02-
YUV215.02120.09109.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 201 (78.91% from 255) = 32.37%
R=30.43%
G=37.20%
B=32.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892312010.1800.130.09137.1446.6782.35
HexBDE7C9120D9892f52
Octal275347311220151121157122
Binary10111101111001111100100110010011011001100010011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7C9; }

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

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

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

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

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

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

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

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