#BCBAB5

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

Shades of Cotton Seed #BCBAB5

Tints of Cotton Seed #BCBAB5

Color information

#BCBAB5 (or 0xBCBAB5) is unknown color: approx Cotton Seed. HEX triplet: BC, BA and B5. RGB value is (188,186,181). Sum of RGB (Red+Green+Blue) = 188+186+181=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAB5 is #43454A. Grayscale: #BABABA. Windows color (decimal): -4408651 or 11909820. OLE color: 11909820.

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

Color convert

RGB188186181-
CMYK00.010.040.26
HSL42.86º4.96%72.35%-
HSV(B)42.86º3.72%73.73%-
XYZ46.6449.1550.74-
YUV186.03125.16129.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=33.87%
G=33.51%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818618100.010.040.2642.864.9672.35
HexBCBAB50141A2b548
Octal27427226501432535110
Binary10111100101110101011010101100110101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAB5; }

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

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

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

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

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

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

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

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