Html Css Color HEX #BAB5AB Cotton Seed

📋 copy color: '#BAB5AB'

red 186 ◦ green 181 ◦ blue 171

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

Shades of Cotton Seed #BAB5AB

Tints of Cotton Seed #BAB5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.64%

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

R = 34.57%
G = 33.64%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BAB5AB (or 0xBAB5AB) is known color: Cotton Seed. HEX triplet: BA, B5 and AB. RGB value is (186,181,171). Sum of RGB (Red+Green+Blue) = 186+181+171=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5AB is #454A54. Grayscale: #B5B5B5. Windows color (decimal): -4541013 or 11253178. OLE color: 11253178.

HSL color Cylindrical-coordinate representation of color #BAB5AB: hue angle of 40º degrees, saturation: 0.1, 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 #BAB5AB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 181 171 -
CMYK 0 0.03 0.08 0.27
HSL 40º 0.1% 0.7% -
HSV(B) 40º 0.08% 0.73% -
XYZ 44.12 46.43 45.16 -
YUV 181.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 186 181 171 0 0.03 0.08 0.27 40 0.1 0.7
Hex BA B5 AB 0 3 8 1B 28 A 46
Octal 272 265 253 0 3 10 33 50 12 106
Binary 10111010 10110101 10101011 0 11 1000 11011 101000 1010 1000110

Color Harmonies of #BAB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5AB

Black with #BAB5AB

Text Example


Text Example

White with #BAB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5AB; }

 p { color: rgb(186,181,171); }

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

background-color css

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

 a { background-color: rgb(186,181,171); }

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

border-color css

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

 span { border-color: rgb(186,181,171); }

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