#BDB9B1

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

Shades of Cotton Seed #BDB9B1

Tints of Cotton Seed #BDB9B1

Color information

#BDB9B1 (or 0xBDB9B1) is unknown color: approx Cotton Seed. HEX triplet: BD, B9 and B1. RGB value is (189,185,177). Sum of RGB (Red+Green+Blue) = 189+185+177=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB9B1 is #42464E. Grayscale: #B9B9B9. Windows color (decimal): -4343375 or 11647421. OLE color: 11647421.

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

Color convert

RGB189185177-
CMYK00.020.060.26
HSL40º8.33%71.76%-
HSV(B)40º6.35%74.12%-
XYZ46.2748.6948.55-
YUV185.28123.33130.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=34.30%
G=33.58%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918517700.020.060.26408.3371.76
HexBDB9B10261A28848
Octal275271261026325010110
Binary1011110110111001101100010101101101010100010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9B1; }

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

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

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

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

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

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

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

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