#BCCA9D

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

Shades of Sprout #BCCA9D

Tints of Sprout #BCCA9D

Color information

#BCCA9D (or 0xBCCA9D) is unknown color: approx Sprout. HEX triplet: BC, CA and 9D. RGB value is (188,202,157). Sum of RGB (Red+Green+Blue) = 188+202+157=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA9D is #433562. Grayscale: #C0C0C0. Windows color (decimal): -4404579 or 10341052. OLE color: 10341052.

HSL color Cylindrical-coordinate representation of color #BCCA9D: hue angle of 78.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCA9D is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB188202157-
CMYK0.0700.220.21
HSL78.67º29.8%70.39%-
HSV(B)78.67º22.28%79.22%-
XYZ47.9555.3740.06-
YUV192.68107.86124.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.37%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=34.37%
G=36.93%
B=28.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021570.0700.220.2178.6729.870.39
HexBCCA9D7016154f1e46
Octal27431223570262511736106
Binary101111001100101010011101111010110101011001111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA9D; }

 p { color: rgb(188,202,157); }

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

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

 a { background-color: rgb(188,202,157); }

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

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

 span { border-color: rgb(188,202,157); }

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