#BAB7AF

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

Shades of Cotton Seed #BAB7AF

Tints of Cotton Seed #BAB7AF

Color information

#BAB7AF (or 0xBAB7AF) is unknown color: approx Cotton Seed. HEX triplet: BA, B7 and AF. RGB value is (186,183,175). Sum of RGB (Red+Green+Blue) = 186+183+175=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7AF is #454850. Grayscale: #B7B7B7. Windows color (decimal): -4540497 or 11515834. OLE color: 11515834.

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

Color convert

RGB186183175-
CMYK00.020.060.27
HSL43.64º7.38%70.78%-
HSV(B)43.64º5.91%72.94%-
XYZ44.9247.447.34-
YUV182.98123.49130.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=34.19%
G=33.64%
B=32.17%

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
Decimal18618317500.020.060.2743.647.3870.78
HexBAB7AF0261B2c747
Octal27226725702633547107
Binary101110101011011110101111010110110111011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7AF; }

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

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

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

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

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

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

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

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