#BCBAB6

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

Shades of Cotton Seed #BCBAB6

Tints of Cotton Seed #BCBAB6

Color information

#BCBAB6 (or 0xBCBAB6) is unknown color: approx Cotton Seed. HEX triplet: BC, BA and B6. RGB value is (188,186,182). Sum of RGB (Red+Green+Blue) = 188+186+182=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB6 is #434549. Grayscale: #BABABA. Windows color (decimal): -4408650 or 11975356. OLE color: 11975356.

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

Color convert

RGB188186182-
CMYK00.010.030.26
HSL40º4.29%72.55%-
HSV(B)40º3.19%73.73%-
XYZ46.7449.1951.29-
YUV186.14125.66129.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 186 (73.05% from 255) = 33.45%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=33.81%
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.26
SystemRedGreenBlueCMYKHSL
Decimal18818618200.010.030.26404.2972.55
HexBCBAB60131A28449
Octal27427226601332504111
Binary1011110010111010101101100111110101010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAB6; }

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

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

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

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

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

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

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

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