#BDB7AC

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

Shades of Cotton Seed #BDB7AC

Tints of Cotton Seed #BDB7AC

Color information

#BDB7AC (or 0xBDB7AC) is unknown color: approx Cotton Seed. HEX triplet: BD, B7 and AC. RGB value is (189,183,172). Sum of RGB (Red+Green+Blue) = 189+183+172=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7AC is #424853. Grayscale: #B7B7B7. Windows color (decimal): -4343892 or 11319229. OLE color: 11319229.

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

Color convert

RGB189183172-
CMYK00.030.090.26
HSL38.82º11.41%70.78%-
HSV(B)38.82º8.99%74.12%-
XYZ45.3747.6645.84-
YUV183.54121.49131.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=34.74%
G=33.64%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918317200.030.090.2638.8211.4170.78
HexBDB7AC0391A27b47
Octal2752672540311324713107
Binary10111101101101111010110001110011101010011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7AC; }

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

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

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

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

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

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

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

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