#BDE0C9

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

Shades of Granny Apple #BDE0C9

Tints of Granny Apple #BDE0C9

Color information

#BDE0C9 (or 0xBDE0C9) is unknown color: approx Granny Apple. HEX triplet: BD, E0 and C9. RGB value is (189,224,201). Sum of RGB (Red+Green+Blue) = 189+224+201=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0C9 is #421F36. Grayscale: #D2D2D2. Windows color (decimal): -4333367 or 13230269. OLE color: 13230269.

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

Color convert

RGB189224201-
CMYK0.1600.100.12
HSL140.57º36.08%80.98%-
HSV(B)140.57º15.62%87.84%-
XYZ58.1868.3565.38-
YUV210.91122.4112.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=30.78%
G=36.48%
B=32.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892242010.1600.100.12140.5736.0880.98
HexBDE0C9100AC8d2451
Octal275340311200121421544121
Binary10111101111000001100100110000010101100100011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0C9; }

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

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

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

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

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

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

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

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