#BDB9AF

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

Shades of Cotton Seed #BDB9AF

Tints of Cotton Seed #BDB9AF

Color information

#BDB9AF (or 0xBDB9AF) is unknown color: approx Cotton Seed. HEX triplet: BD, B9 and AF. RGB value is (189,185,175). Sum of RGB (Red+Green+Blue) = 189+185+175=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9AF is #424650. Grayscale: #B9B9B9. Windows color (decimal): -4343377 or 11516349. OLE color: 11516349.

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

Color convert

RGB189185175-
CMYK00.020.070.26
HSL42.86º9.59%71.37%-
HSV(B)42.86º7.41%74.12%-
XYZ46.0748.6147.51-
YUV185.06122.33130.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=34.43%
G=33.70%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918517500.020.070.2642.869.5971.37
HexBDB9AF0271A2ba47
Octal275271257027325312107
Binary1011110110111001101011110101111101010101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9AF; }

 p { color: rgb(189,185,175); }

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

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

 a { background-color: rgb(189,185,175); }

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

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

 span { border-color: rgb(189,185,175); }

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