#BDE9C8

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

Shades of Granny Apple #BDE9C8

Tints of Granny Apple #BDE9C8

Color information

#BDE9C8 (or 0xBDE9C8) is unknown color: approx Granny Apple. HEX triplet: BD, E9 and C8. RGB value is (189,233,200). Sum of RGB (Red+Green+Blue) = 189+233+200=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 200 (78.52% from 255 or 32.15% from 622); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C8 is #421637. Grayscale: #D8D8D8. Windows color (decimal): -4331064 or 13167037. OLE color: 13167037.

HSL color Cylindrical-coordinate representation of color #BDE9C8: hue angle of 135º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9C8 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB189233200-
CMYK0.1900.140.09
HSL135º50%82.75%-
HSV(B)135º18.88%91.37%-
XYZ60.5573.2765.59-
YUV216.08118.92108.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 233 (91.41% from 255) = 37.46%
BLUE value IS 200 (78.52% from 255) = 32.15%
R=30.39%
G=37.46%
B=32.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892332000.1900.140.091355082.75
HexBDE9C8130E9873253
Octal275351310230161120762123
Binary10111101111010011100100010011011101001100001111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9C8; }

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

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

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

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

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

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

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

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