#BDE1C9

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

Shades of Granny Apple #BDE1C9

Tints of Granny Apple #BDE1C9

Color information

#BDE1C9 (or 0xBDE1C9) is unknown color: approx Granny Apple. HEX triplet: BD, E1 and C9. RGB value is (189,225,201). Sum of RGB (Red+Green+Blue) = 189+225+201=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C9 is #421E36. Grayscale: #D3D3D3. Windows color (decimal): -4333111 or 13230525. OLE color: 13230525.

HSL color Cylindrical-coordinate representation of color #BDE1C9: hue angle of 140º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1C9 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB189225201-
CMYK0.1600.110.12
HSL140º37.5%81.18%-
HSV(B)140º16%88.24%-
XYZ58.4568.8965.47-
YUV211.5122.07111.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=30.73%
G=36.59%
B=32.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892252010.1600.110.1214037.581.18
HexBDE1C9100BC8c2651
Octal275341311200131421446121
Binary10111101111000011100100110000010111100100011001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1C9; }

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

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

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

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

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

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

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

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