Html Css Color HEX #BDB7AC Cotton Seed

📋 copy color: '#BDB7AC'

red 189 ◦ green 183 ◦ blue 172

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

Shades of Cotton Seed #BDB7AC

Tints of Cotton Seed #BDB7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.64%

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

R = 34.74%
G = 33.64%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BDB7AC (or 0xBDB7AC) is known color: Cotton Seed. HEX triplet: BD, B7 and AC. RGB value is (189,183,172). Sum of RGB (Red+Green+Blue) = 189+183+172=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7AC is #424853. Grayscale: #B7B7B7. Windows color (decimal): -4343892 or 11319229. OLE color: 11319229.

HSL color Cylindrical-coordinate representation of color #BDB7AC: hue angle of 38.82º 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 #BDB7AC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 183 172 -
CMYK 0 0.03 0.09 0.26
HSL 38.82º 0.11% 0.71% -
HSV(B) 38.82º 0.09% 0.74% -
XYZ 45.37 47.66 45.84 -
YUV 183.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 189 183 172 0 0.03 0.09 0.26 38.82 0.11 0.71
Hex BD B7 AC 0 3 9 1A 27 B 47
Octal 275 267 254 0 3 11 32 47 13 107
Binary 10111101 10110111 10101100 0 11 1001 11010 100111 1011 1000111

Color Harmonies of #BDB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7AC

Black with #BDB7AC

Text Example


Text Example

White with #BDB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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