#BAB5AC

Color #BAB5AC Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #BAB5AC

Tints of Cotton Seed #BAB5AC

Color information

#BAB5AC (or 0xBAB5AC) is unknown color: approx Cotton Seed. HEX triplet: BA, B5 and AC. RGB value is (186,181,172). Sum of RGB (Red+Green+Blue) = 186+181+172=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB5AC is #454A53. Grayscale: #B5B5B5. Windows color (decimal): -4541012 or 11318714. OLE color: 11318714.

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

Color convert

RGB186181172-
CMYK00.030.080.27
HSL38.57º9.21%70.2%-
HSV(B)38.57º7.53%72.94%-
XYZ44.2246.4745.67-
YUV181.47122.66131.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 172 (67.58% from 255) = 31.91%
R=34.51%
G=33.58%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618117200.030.080.2738.579.2170.2
HexBAB5AC0381B27946
Octal2722652540310334711106
Binary10111010101101011010110001110001101110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5AC; }

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

 H1.HeaderClassName
 {
   color: #BAB5AC;
 }
 .AnyTagClassName
 {
   color: #BAB5AC;
 }
</style>
background-color css

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

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

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

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

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

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