#BDE1C7

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

Shades of Granny Apple #BDE1C7

Tints of Granny Apple #BDE1C7

Color information

#BDE1C7 (or 0xBDE1C7) is unknown color: approx Granny Apple. HEX triplet: BD, E1 and C7. RGB value is (189,225,199). Sum of RGB (Red+Green+Blue) = 189+225+199=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C7 is #421E38. Grayscale: #D3D3D3. Windows color (decimal): -4333113 or 13099453. OLE color: 13099453.

HSL color Cylindrical-coordinate representation of color #BDE1C7: hue angle of 136.67º 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 #BDE1C7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB189225199-
CMYK0.1600.120.12
HSL136.67º37.5%81.18%-
HSV(B)136.67º16%88.24%-
XYZ58.2268.7964.24-
YUV211.27121.07112.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 199 (78.12% from 255) = 32.46%
R=30.83%
G=36.70%
B=32.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251990.1600.120.12136.6737.581.18
HexBDE1C7100CC892651
Octal275341307200141421146121
Binary10111101111000011100011110000011001100100010011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1C7; }

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

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

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

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

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

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

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

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