#BCA1B8

Color #BCA1B8 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BCA1B8

Tints of London Hue #BCA1B8

Color information

#BCA1B8 (or 0xBCA1B8) is unknown color: approx London Hue. HEX triplet: BC, A1 and B8. RGB value is (188,161,184). Sum of RGB (Red+Green+Blue) = 188+161+184=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1B8 is #435E47. Grayscale: #ABABAB. Windows color (decimal): -4415048 or 12100028. OLE color: 12100028.

HSL color Cylindrical-coordinate representation of color #BCA1B8: hue angle of 308.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA1B8 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188161184-
CMYK00.140.020.26
HSL308.89º16.77%68.43%-
HSV(B)308.89º14.36%73.73%-
XYZ42.1439.6450.78-
YUV171.7134.95139.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 184 (72.27% from 255) = 34.52%
R=35.27%
G=30.21%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816118400.140.020.26308.8916.7768.43
HexBCA1B80E21A1351144
Octal27424127001623246521104
Binary101111001010000110111000011101011010100110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1B8; }

 p { color: rgb(188,161,184); }

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

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

 a { background-color: rgb(188,161,184); }

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

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

 span { border-color: rgb(188,161,184); }

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