#BDE7C7

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

Shades of Granny Apple #BDE7C7

Tints of Granny Apple #BDE7C7

Color information

#BDE7C7 (or 0xBDE7C7) is unknown color: approx Granny Apple. HEX triplet: BD, E7 and C7. RGB value is (189,231,199). Sum of RGB (Red+Green+Blue) = 189+231+199=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 199 (78.12% from 255 or 32.15% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C7 is #421838. Grayscale: #D6D6D6. Windows color (decimal): -4331577 or 13100989. OLE color: 13100989.

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

Color convert

RGB189231199-
CMYK0.1800.140.09
HSL134.29º46.67%82.35%-
HSV(B)134.29º18.18%90.59%-
XYZ59.8772.0964.79-
YUV214.79119.09109.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 231 (90.62% from 255) = 37.32%
BLUE value IS 199 (78.12% from 255) = 32.15%
R=30.53%
G=37.32%
B=32.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892311990.1800.140.09134.2946.6782.35
HexBDE7C7120E9862f52
Octal275347307220161120657122
Binary10111101111001111100011110010011101001100001101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7C7; }

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

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

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

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

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

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

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

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