#BCA0B8

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

Shades of London Hue #BCA0B8

Tints of London Hue #BCA0B8

Color information

#BCA0B8 (or 0xBCA0B8) is unknown color: approx London Hue. HEX triplet: BC, A0 and B8. RGB value is (188,160,184). Sum of RGB (Red+Green+Blue) = 188+160+184=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0B8 is #435F47. Grayscale: #ABABAB. Windows color (decimal): -4415304 or 12099772. OLE color: 12099772.

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

Color convert

RGB188160184-
CMYK00.150.020.26
HSL308.57º17.28%68.24%-
HSV(B)308.57º14.89%73.73%-
XYZ41.9639.2950.72-
YUV171.11135.28140.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 160 (62.89% from 255) = 30.08%
BLUE value IS 184 (72.27% from 255) = 34.59%
R=35.34%
G=30.08%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816018400.150.020.26308.5717.2868.24
HexBCA0B80F21A1351144
Octal27424027001723246521104
Binary101111001010000010111000011111011010100110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0B8; }

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

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

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

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

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

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

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

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