#BDB8AC

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

Shades of Cotton Seed #BDB8AC

Tints of Cotton Seed #BDB8AC

Color information

#BDB8AC (or 0xBDB8AC) is unknown color: approx Cotton Seed. HEX triplet: BD, B8 and AC. RGB value is (189,184,172). Sum of RGB (Red+Green+Blue) = 189+184+172=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8AC is #424753. Grayscale: #B8B8B8. Windows color (decimal): -4343636 or 11319485. OLE color: 11319485.

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

Color convert

RGB189184172-
CMYK00.030.090.26
HSL42.35º11.41%70.78%-
HSV(B)42.35º8.99%74.12%-
XYZ45.5748.0845.91-
YUV184.13121.16131.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=34.68%
G=33.76%
B=31.56%

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
Decimal18918417200.030.090.2642.3511.4170.78
HexBDB8AC0391A2ab47
Octal2752702540311325213107
Binary10111101101110001010110001110011101010101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8AC; }

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

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

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

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

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

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

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

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