#BDB6AC

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

Shades of Cotton Seed #BDB6AC

Tints of Cotton Seed #BDB6AC

Color information

#BDB6AC (or 0xBDB6AC) is unknown color: approx Cotton Seed. HEX triplet: BD, B6 and AC. RGB value is (189,182,172). Sum of RGB (Red+Green+Blue) = 189+182+172=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB6AC is #424953. Grayscale: #B7B7B7. Windows color (decimal): -4344148 or 11318973. OLE color: 11318973.

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

Color convert

RGB189182172-
CMYK00.040.090.26
HSL35.29º11.41%70.78%-
HSV(B)35.29º8.99%74.12%-
XYZ45.1647.2545.77-
YUV182.95121.82132.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=34.81%
G=33.52%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918217200.040.090.2635.2911.4170.78
HexBDB6AC0491A23b47
Octal2752662540411324313107
Binary101111011011011010101100010010011101010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6AC; }

 p { color: rgb(189,182,172); }

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

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

 a { background-color: rgb(189,182,172); }

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

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

 span { border-color: rgb(189,182,172); }

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