#BCB6A9

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

Shades of Cotton Seed #BCB6A9

Tints of Cotton Seed #BCB6A9

Color information

#BCB6A9 (or 0xBCB6A9) is unknown color: approx Cotton Seed. HEX triplet: BC, B6 and A9. RGB value is (188,182,169). Sum of RGB (Red+Green+Blue) = 188+182+169=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A9 is #434956. Grayscale: #B6B6B6. Windows color (decimal): -4409687 or 11122364. OLE color: 11122364.

HSL color Cylindrical-coordinate representation of color #BCB6A9: hue angle of 41.05º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB6A9 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188182169-
CMYK00.030.100.26
HSL41.05º12.42%70%-
HSV(B)41.05º10.11%73.73%-
XYZ44.6347.0144.26-
YUV182.31120.49132.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 182 (71.48% from 255) = 33.77%
BLUE value IS 169 (66.41% from 255) = 31.35%
R=34.88%
G=33.77%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818216900.030.100.2641.0512.4270
HexBCB6A903A1A29c46
Octal2742662510312325114106
Binary10111100101101101010100101110101101010100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6A9; }

 p { color: rgb(188,182,169); }

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

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

 a { background-color: rgb(188,182,169); }

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

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

 span { border-color: rgb(188,182,169); }

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