#BDB6AA

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

Shades of Cotton Seed #BDB6AA

Tints of Cotton Seed #BDB6AA

Color information

#BDB6AA (or 0xBDB6AA) is unknown color: approx Cotton Seed. HEX triplet: BD, B6 and AA. RGB value is (189,182,170). Sum of RGB (Red+Green+Blue) = 189+182+170=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB6AA is #424955. Grayscale: #B6B6B6. Windows color (decimal): -4344150 or 11187901. OLE color: 11187901.

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

Color convert

RGB189182170-
CMYK00.040.100.26
HSL37.89º12.58%70.39%-
HSV(B)37.89º10.05%74.12%-
XYZ44.9747.1844.77-
YUV182.72120.82132.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=34.94%
G=33.64%
B=31.42%

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
Decimal18918217000.040.100.2637.8912.5870.39
HexBDB6AA04A1A26d46
Octal2752662520412324615106
Binary101111011011011010101010010010101101010011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6AA; }

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

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

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

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

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

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

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

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