#BDE6C9

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

Shades of Granny Apple #BDE6C9

Tints of Granny Apple #BDE6C9

Color information

#BDE6C9 (or 0xBDE6C9) is unknown color: approx Granny Apple. HEX triplet: BD, E6 and C9. RGB value is (189,230,201). Sum of RGB (Red+Green+Blue) = 189+230+201=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6C9 is #421936. Grayscale: #D6D6D6. Windows color (decimal): -4331831 or 13231805. OLE color: 13231805.

HSL color Cylindrical-coordinate representation of color #BDE6C9: hue angle of 137.56º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6C9 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB189230201-
CMYK0.1800.130.10
HSL137.56º45.05%82.16%-
HSV(B)137.56º17.83%90.2%-
XYZ59.8371.6365.93-
YUV214.44120.42109.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 230 (90.23% from 255) = 37.10%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=30.48%
G=37.10%
B=32.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892302010.1800.130.10137.5645.0582.16
HexBDE6C9120DA8a2d52
Octal275346311220151221255122
Binary10111101111001101100100110010011011010100010101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6C9; }

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

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

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

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

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

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

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

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