#BCDFC8

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

Shades of Granny Apple #BCDFC8

Tints of Granny Apple #BCDFC8

Color information

#BCDFC8 (or 0xBCDFC8) is unknown color: approx Granny Apple. HEX triplet: BC, DF and C8. RGB value is (188,223,200). Sum of RGB (Red+Green+Blue) = 188+223+200=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC8 is #432037. Grayscale: #D1D1D1. Windows color (decimal): -4399160 or 13164476. OLE color: 13164476.

HSL color Cylindrical-coordinate representation of color #BCDFC8: hue angle of 140.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC8 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB188223200-
CMYK0.1600.100.13
HSL140.57º35.35%80.59%-
HSV(B)140.57º15.7%87.45%-
XYZ57.5567.6464.67-
YUV209.91122.4112.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=30.77%
G=36.50%
B=32.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232000.1600.100.13140.5735.3580.59
HexBCDFC8100AD8d2351
Octal274337310200121521543121
Binary10111100110111111100100010000010101101100011011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFC8; }

 p { color: rgb(188,223,200); }

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

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

 a { background-color: rgb(188,223,200); }

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

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

 span { border-color: rgb(188,223,200); }

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