#BDE9C9

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

Shades of Granny Apple #BDE9C9

Tints of Granny Apple #BDE9C9

Color information

#BDE9C9 (or 0xBDE9C9) is unknown color: approx Granny Apple. HEX triplet: BD, E9 and C9. RGB value is (189,233,201). Sum of RGB (Red+Green+Blue) = 189+233+201=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9C9 is #421636. Grayscale: #D8D8D8. Windows color (decimal): -4331063 or 13232573. OLE color: 13232573.

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

Color convert

RGB189233201-
CMYK0.1900.140.09
HSL136.36º50%82.75%-
HSV(B)136.36º18.88%91.37%-
XYZ60.6773.3166.21-
YUV216.2119.42108.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 233 (91.41% from 255) = 37.40%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=30.34%
G=37.40%
B=32.26%

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
Decimal1892332010.1900.140.09136.365082.75
HexBDE9C9130E9883253
Octal275351311230161121062123
Binary10111101111010011100100110011011101001100010001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE9C9; }

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

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

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

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

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

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

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

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