#BAB6AF

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

Shades of Cotton Seed #BAB6AF

Tints of Cotton Seed #BAB6AF

Color information

#BAB6AF (or 0xBAB6AF) is unknown color: approx Cotton Seed. HEX triplet: BA, B6 and AF. RGB value is (186,182,175). Sum of RGB (Red+Green+Blue) = 186+182+175=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB6AF is #454950. Grayscale: #B6B6B6. Windows color (decimal): -4540753 or 11515578. OLE color: 11515578.

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

Color convert

RGB186182175-
CMYK00.020.060.27
HSL38.18º7.38%70.78%-
HSV(B)38.18º5.91%72.94%-
XYZ44.7246.9947.27-
YUV182.4123.83130.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=34.25%
G=33.52%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618217500.020.060.2738.187.3870.78
HexBAB6AF0261B26747
Octal27226625702633467107
Binary101110101011011010101111010110110111001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6AF; }

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

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

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

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

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

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

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

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