Html Css Color HEX #BDB6AB Cotton Seed

📋 copy color: '#BDB6AB'

red 189 ◦ green 182 ◦ blue 171

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

Shades of Cotton Seed #BDB6AB

Tints of Cotton Seed #BDB6AB

RGB

 RED value IS 189 (74.22% from 255) = 34.87%

 GREEN value IS 182 (71.48% from 255) = 33.58%

 BLUE value IS 171 (67.19% from 255) = 31.55%

R = 34.87%
G = 33.58%
B = 31.55%

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

#BDB6AB (or 0xBDB6AB) is known color: Cotton Seed. HEX triplet: BD, B6 and AB. RGB value is (189,182,171). Sum of RGB (Red+Green+Blue) = 189+182+171=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB6AB is #424954. Grayscale: #B6B6B6. Windows color (decimal): -4344149 or 11253437. OLE color: 11253437.

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

Color convert

RGB 189 182 171 -
CMYK 0 0.04 0.10 0.26
HSL 36.67º 0.12% 0.71% -
HSV(B) 36.67º 0.1% 0.74% -
XYZ 45.06 47.21 45.27 -
YUV 182.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 189 182 171 0 0.04 0.10 0.26 36.67 0.12 0.71
Hex BD B6 AB 0 4 A 1A 25 C 47
Octal 275 266 253 0 4 12 32 45 14 107
Binary 10111101 10110110 10101011 0 100 1010 11010 100101 1100 1000111

Color Harmonies of #BDB6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6AB

Black with #BDB6AB

Text Example


Text Example

White with #BDB6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6AB; }

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

 H1.HeaderClassName
 {
   color: #BDB6AB;
 }
 .AnyTagClassName
 {
   color: #BDB6AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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