Html Css Color HEX #BAB6AC Cotton Seed

📋 copy color: '#BAB6AC'

red 186 ◦ green 182 ◦ blue 172

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

Shades of Cotton Seed #BAB6AC

Tints of Cotton Seed #BAB6AC

RGB

 RED value IS 186 (73.05% from 255) = 34.44%

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

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

R = 34.44%
G = 33.7%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BAB6AC (or 0xBAB6AC) is known color: Cotton Seed. HEX triplet: BA, B6 and AC. RGB value is (186,182,172). Sum of RGB (Red+Green+Blue) = 186+182+172=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB6AC is #454953. Grayscale: #B6B6B6. Windows color (decimal): -4540756 or 11318970. OLE color: 11318970.

HSL color Cylindrical-coordinate representation of color #BAB6AC: hue angle of 42.86º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAB6AC is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 172 -
CMYK 0 0.02 0.08 0.27
HSL 42.86º 0.09% 0.7% -
HSV(B) 42.86º 0.08% 0.73% -
XYZ 44.42 46.87 45.74 -
YUV 182.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 186 182 172 0 0.02 0.08 0.27 42.86 0.09 0.7
Hex BA B6 AC 0 2 8 1B 2B 9 46
Octal 272 266 254 0 2 10 33 53 11 106
Binary 10111010 10110110 10101100 0 10 1000 11011 101011 1001 1000110

Color Harmonies of #BAB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB6AC

Black with #BAB6AC

Text Example


Text Example

White with #BAB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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