Html Css Color HEX #BDB6AC Cotton Seed

📋 copy color: '#BDB6AC'

red 189 ◦ green 182 ◦ blue 172

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

Shades of Cotton Seed #BDB6AC

Tints of Cotton Seed #BDB6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.68%

R = 34.81%
G = 33.52%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BDB6AC (or 0xBDB6AC) is known color: Cotton Seed. HEX triplet: BD, B6 and AC. RGB value is (189,182,172). Sum of RGB (Red+Green+Blue) = 189+182+172=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB6AC is #424953. Grayscale: #B7B7B7. Windows color (decimal): -4344148 or 11318973. OLE color: 11318973.

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

Color convert

RGB 189 182 172 -
CMYK 0 0.04 0.09 0.26
HSL 35.29º 0.11% 0.71% -
HSV(B) 35.29º 0.09% 0.74% -
XYZ 45.16 47.25 45.77 -
YUV 182.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 189 182 172 0 0.04 0.09 0.26 35.29 0.11 0.71
Hex BD B6 AC 0 4 9 1A 23 B 47
Octal 275 266 254 0 4 11 32 43 13 107
Binary 10111101 10110110 10101100 0 100 1001 11010 100011 1011 1000111

Color Harmonies of #BDB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6AC

Black with #BDB6AC

Text Example


Text Example

White with #BDB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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