#BCBAAF

Color #BCBAAF Grey Nickel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Nickel #BCBAAF

Tints of Grey Nickel #BCBAAF

Color information

#BCBAAF (or 0xBCBAAF) is unknown color: approx Grey Nickel. HEX triplet: BC, BA and AF. RGB value is (188,186,175). Sum of RGB (Red+Green+Blue) = 188+186+175=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBAAF is #434550. Grayscale: #B9B9B9. Windows color (decimal): -4408657 or 11516604. OLE color: 11516604.

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

Color convert

RGB188186175-
CMYK00.010.070.26
HSL50.77º8.84%71.18%-
HSV(B)50.77º6.91%73.73%-
XYZ46.0448.947.57-
YUV185.34122.16129.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.24%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=34.24%
G=33.88%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818617500.010.070.2650.778.8471.18
HexBCBAAF0171A33947
Octal274272257017326311107
Binary101111001011101010101111011111101011001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBAAF; }

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

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

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

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

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

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

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

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