Html Css Color HEX #BDB6AA Cotton Seed

📋 copy color: '#BDB6AA'

red 189 ◦ green 182 ◦ blue 170

#BDB6AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Seed #BDB6AA

Tints of Cotton Seed #BDB6AA

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.8% from 255) = 31.42%

R = 34.94%
G = 33.64%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BDB6AA (or 0xBDB6AA) is known color: 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

RGB 189 182 170 -
CMYK 0 0.04 0.10 0.26
HSL 37.89º 0.13% 0.7% -
HSV(B) 37.89º 0.1% 0.74% -
XYZ 44.97 47.18 44.77 -
YUV 182.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 189 182 170 0 0.04 0.10 0.26 37.89 0.13 0.7
Hex BD B6 AA 0 4 A 1A 26 D 46
Octal 275 266 252 0 4 12 32 46 15 106
Binary 10111101 10110110 10101010 0 100 1010 11010 100110 1101 1000110

Color Harmonies of #BDB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6AA

Black with #BDB6AA

Text Example


Text Example

White with #BDB6AA

Text Example


Text Example

HTML Codes & Css Web 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>