#BDE7C6

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

Shades of Granny Apple #BDE7C6

Tints of Granny Apple #BDE7C6

Color information

#BDE7C6 (or 0xBDE7C6) is unknown color: approx Granny Apple. HEX triplet: BD, E7 and C6. RGB value is (189,231,198). Sum of RGB (Red+Green+Blue) = 189+231+198=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C6 is #421839. Grayscale: #D6D6D6. Windows color (decimal): -4331578 or 13035453. OLE color: 13035453.

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

Color convert

RGB189231198-
CMYK0.1800.140.09
HSL132.86º46.67%82.35%-
HSV(B)132.86º18.18%90.59%-
XYZ59.7672.0564.18-
YUV214.68118.59109.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 231 (90.62% from 255) = 37.38%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=30.58%
G=37.38%
B=32.04%

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
Decimal1892311980.1800.140.09132.8646.6782.35
HexBDE7C6120E9852f52
Octal275347306220161120557122
Binary10111101111001111100011010010011101001100001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7C6; }

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

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

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

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

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

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

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

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