#BAB7B2

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

Shades of Cotton Seed #BAB7B2

Tints of Cotton Seed #BAB7B2

Color information

#BAB7B2 (or 0xBAB7B2) is unknown color: approx Cotton Seed. HEX triplet: BA, B7 and B2. RGB value is (186,183,178). Sum of RGB (Red+Green+Blue) = 186+183+178=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB7B2 is #45484D. Grayscale: #B7B7B7. Windows color (decimal): -4540494 or 11712442. OLE color: 11712442.

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

Color convert

RGB186183178-
CMYK00.020.040.27
HSL37.5º5.48%71.37%-
HSV(B)37.5º4.3%72.94%-
XYZ45.2247.5248.91-
YUV183.33124.99129.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 178 (69.92% from 255) = 32.54%
R=34.00%
G=33.46%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618317800.020.040.2737.55.4871.37
HexBAB7B20241B26547
Octal27226726202433465107
Binary101110101011011110110010010100110111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB7B2; }

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

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

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

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

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

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

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

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