#BCB6AD

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

Shades of Cotton Seed #BCB6AD

Tints of Cotton Seed #BCB6AD

Color information

#BCB6AD (or 0xBCB6AD) is unknown color: approx Cotton Seed. HEX triplet: BC, B6 and AD. RGB value is (188,182,173). Sum of RGB (Red+Green+Blue) = 188+182+173=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6AD is #434952. Grayscale: #B6B6B6. Windows color (decimal): -4409683 or 11384508. OLE color: 11384508.

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

Color convert

RGB188182173-
CMYK00.030.080.26
HSL36º10.07%70.78%-
HSV(B)36º7.98%73.73%-
XYZ45.0147.1646.27-
YUV182.77122.49131.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=34.62%
G=33.52%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818217300.030.080.263610.0770.78
HexBCB6AD0381A24a47
Octal2742662550310324412107
Binary10111100101101101010110101110001101010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6AD; }

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

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

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

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

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

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

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

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