Html Css Color HEX #BDB8AC Cotton Seed

📋 copy color: '#BDB8AC'

red 189 ◦ green 184 ◦ blue 172

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

Shades of Cotton Seed #BDB8AC

Tints of Cotton Seed #BDB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.76%

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

R = 34.68%
G = 33.76%
B = 31.56%

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

#BDB8AC (or 0xBDB8AC) is known color: Cotton Seed. HEX triplet: BD, B8 and AC. RGB value is (189,184,172). Sum of RGB (Red+Green+Blue) = 189+184+172=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8AC is #424753. Grayscale: #B8B8B8. Windows color (decimal): -4343636 or 11319485. OLE color: 11319485.

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

Color convert

RGB 189 184 172 -
CMYK 0 0.03 0.09 0.26
HSL 42.35º 0.11% 0.71% -
HSV(B) 42.35º 0.09% 0.74% -
XYZ 45.57 48.08 45.91 -
YUV 184.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 189 184 172 0 0.03 0.09 0.26 42.35 0.11 0.71
Hex BD B8 AC 0 3 9 1A 2A B 47
Octal 275 270 254 0 3 11 32 52 13 107
Binary 10111101 10111000 10101100 0 11 1001 11010 101010 1011 1000111

Color Harmonies of #BDB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB8AC

Black with #BDB8AC

Text Example


Text Example

White with #BDB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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