#BDE7C8

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

Shades of Granny Apple #BDE7C8

Tints of Granny Apple #BDE7C8

Color information

#BDE7C8 (or 0xBDE7C8) is unknown color: approx Granny Apple. HEX triplet: BD, E7 and C8. RGB value is (189,231,200). Sum of RGB (Red+Green+Blue) = 189+231+200=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7C8 is #421837. Grayscale: #D6D6D6. Windows color (decimal): -4331576 or 13166525. OLE color: 13166525.

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

Color convert

RGB189231200-
CMYK0.1800.130.09
HSL135.71º46.67%82.35%-
HSV(B)135.71º18.18%90.59%-
XYZ59.9972.1465.41-
YUV214.91119.59109.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 231 (90.62% from 255) = 37.26%
BLUE value IS 200 (78.52% from 255) = 32.26%
R=30.48%
G=37.26%
B=32.26%

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
Decimal1892312000.1800.130.09135.7146.6782.35
HexBDE7C8120D9882f52
Octal275347310220151121057122
Binary10111101111001111100100010010011011001100010001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7C8; }

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

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

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

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

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

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

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

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