#BDE0C8

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

Shades of Granny Apple #BDE0C8

Tints of Granny Apple #BDE0C8

Color information

#BDE0C8 (or 0xBDE0C8) is unknown color: approx Granny Apple. HEX triplet: BD, E0 and C8. RGB value is (189,224,200). Sum of RGB (Red+Green+Blue) = 189+224+200=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0C8 is #421F37. Grayscale: #D2D2D2. Windows color (decimal): -4333368 or 13164733. OLE color: 13164733.

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

Color convert

RGB189224200-
CMYK0.1600.110.12
HSL138.86º36.08%80.98%-
HSV(B)138.86º15.62%87.84%-
XYZ58.0768.364.77-
YUV210.8121.9112.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 200 (78.52% from 255) = 32.63%
R=30.83%
G=36.54%
B=32.63%

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
Decimal1892242000.1600.110.12138.8636.0880.98
HexBDE0C8100BC8b2451
Octal275340310200131421344121
Binary10111101111000001100100010000010111100100010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0C8; }

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

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

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

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

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

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

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

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