#BDB6AB

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

Shades of Cotton Seed #BDB6AB

Tints of Cotton Seed #BDB6AB

Color information

#BDB6AB (or 0xBDB6AB) is unknown color: approx Cotton Seed. HEX triplet: BD, B6 and AB. RGB value is (189,182,171). Sum of RGB (Red+Green+Blue) = 189+182+171=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB6AB is #424954. Grayscale: #B6B6B6. Windows color (decimal): -4344149 or 11253437. OLE color: 11253437.

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

Color convert

RGB189182171-
CMYK00.040.100.26
HSL36.67º12%70.59%-
HSV(B)36.67º9.52%74.12%-
XYZ45.0647.2145.27-
YUV182.84121.32132.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=34.87%
G=33.58%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918217100.040.100.2636.671270.59
HexBDB6AB04A1A25c47
Octal2752662530412324514107
Binary101111011011011010101011010010101101010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6AB; }

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

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

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

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

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

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

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

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