#BCCAA0

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

Shades of Sprout #BCCAA0

Tints of Sprout #BCCAA0

Color information

#BCCAA0 (or 0xBCCAA0) is unknown color: approx Sprout. HEX triplet: BC, CA and A0. RGB value is (188,202,160). Sum of RGB (Red+Green+Blue) = 188+202+160=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA0 is #43355F. Grayscale: #C1C1C1. Windows color (decimal): -4404576 or 10537660. OLE color: 10537660.

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

Color convert

RGB188202160-
CMYK0.0700.210.21
HSL80º28.38%70.98%-
HSV(B)80º20.79%79.22%-
XYZ48.255.4741.42-
YUV193.03109.36124.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.18%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 160 (62.89% from 255) = 29.09%
R=34.18%
G=36.73%
B=29.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021600.0700.210.218028.3870.98
HexBCCAA0701515501c47
Octal27431224070252512034107
Binary101111001100101010100000111010101101011010000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAA0; }

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

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

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

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

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

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

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

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