#BDB7AE

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

Shades of Cotton Seed #BDB7AE

Tints of Cotton Seed #BDB7AE

Color information

#BDB7AE (or 0xBDB7AE) is unknown color: approx Cotton Seed. HEX triplet: BD, B7 and AE. RGB value is (189,183,174). Sum of RGB (Red+Green+Blue) = 189+183+174=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7AE is #424851. Grayscale: #B7B7B7. Windows color (decimal): -4343890 or 11450301. OLE color: 11450301.

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

Color convert

RGB189183174-
CMYK00.030.080.26
HSL36º10.2%71.18%-
HSV(B)36º7.94%74.12%-
XYZ45.5647.7446.86-
YUV183.77122.49131.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=34.62%
G=33.52%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918317400.030.080.263610.271.18
HexBDB7AE0381A24a47
Octal2752672560310324412107
Binary10111101101101111010111001110001101010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7AE; }

 p { color: rgb(189,183,174); }

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

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

 a { background-color: rgb(189,183,174); }

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

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

 span { border-color: rgb(189,183,174); }

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