#BDE8C8

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

Shades of Granny Apple #BDE8C8

Tints of Granny Apple #BDE8C8

Color information

#BDE8C8 (or 0xBDE8C8) is unknown color: approx Granny Apple. HEX triplet: BD, E8 and C8. RGB value is (189,232,200). Sum of RGB (Red+Green+Blue) = 189+232+200=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8C8 is #421737. Grayscale: #D7D7D7. Windows color (decimal): -4331320 or 13166781. OLE color: 13166781.

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

Color convert

RGB189232200-
CMYK0.1900.140.09
HSL135.35º48.31%82.55%-
HSV(B)135.35º18.53%90.98%-
XYZ60.2772.765.5-
YUV215.5119.25109.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=30.43%
G=37.36%
B=32.21%

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
Decimal1892322000.1900.140.09135.3548.3182.55
HexBDE8C8130E9873053
Octal275350310230161120760123
Binary10111101111010001100100010011011101001100001111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE8C8; }

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

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

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

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

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

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

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

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