#BDB8AB

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

Shades of Cotton Seed #BDB8AB

Tints of Cotton Seed #BDB8AB

Color information

#BDB8AB (or 0xBDB8AB) is unknown color: approx Cotton Seed. HEX triplet: BD, B8 and AB. RGB value is (189,184,171). Sum of RGB (Red+Green+Blue) = 189+184+171=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8AB is #424754. Grayscale: #B8B8B8. Windows color (decimal): -4343637 or 11253949. OLE color: 11253949.

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

Color convert

RGB189184171-
CMYK00.030.100.26
HSL43.33º12%70.59%-
HSV(B)43.33º9.52%74.12%-
XYZ45.4848.0445.4-
YUV184.01120.66131.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=34.74%
G=33.82%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918417100.030.100.2643.331270.59
HexBDB8AB03A1A2bc47
Octal2752702530312325314107
Binary10111101101110001010101101110101101010101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8AB; }

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

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

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

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

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

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

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

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