#BCB8AD

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

Shades of Cotton Seed #BCB8AD

Tints of Cotton Seed #BCB8AD

Color information

#BCB8AD (or 0xBCB8AD) is unknown color: approx Cotton Seed. HEX triplet: BC, B8 and AD. RGB value is (188,184,173). Sum of RGB (Red+Green+Blue) = 188+184+173=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB8AD is #434752. Grayscale: #B7B7B7. Windows color (decimal): -4409171 or 11385020. OLE color: 11385020.

HSL color Cylindrical-coordinate representation of color #BCB8AD: hue angle of 44º 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 #BCB8AD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188184173-
CMYK00.020.080.26
HSL44º10.07%70.78%-
HSV(B)44º7.98%73.73%-
XYZ45.4247.9946.4-
YUV183.94121.83130.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=34.50%
G=33.76%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818417300.020.080.264410.0770.78
HexBCB8AD0281A2ca47
Octal2742702550210325412107
Binary10111100101110001010110101010001101010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8AD; }

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

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

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

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

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

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

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

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