#BAB8B4

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

Shades of Cotton Seed #BAB8B4

Tints of Cotton Seed #BAB8B4

Color information

#BAB8B4 (or 0xBAB8B4) is unknown color: approx Cotton Seed. HEX triplet: BA, B8 and B4. RGB value is (186,184,180). Sum of RGB (Red+Green+Blue) = 186+184+180=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8B4 is #45474B. Grayscale: #B8B8B8. Windows color (decimal): -4540236 or 11843770. OLE color: 11843770.

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

Color convert

RGB186184180-
CMYK00.010.030.27
HSL40º4.17%71.76%-
HSV(B)40º3.23%72.94%-
XYZ45.6348.0250.04-
YUV184.14125.66129.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=33.82%
G=33.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618418000.010.030.27404.1771.76
HexBAB8B40131B28448
Octal27227026401333504110
Binary1011101010111000101101000111110111010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB8B4; }

 p { color: rgb(186,184,180); }

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

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

 a { background-color: rgb(186,184,180); }

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

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

 span { border-color: rgb(186,184,180); }

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