#BC89BD

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

Shades of London Hue #BC89BD

Tints of London Hue #BC89BD

Color information

#BC89BD (or 0xBC89BD) is unknown color: approx London Hue. HEX triplet: BC, 89 and BD. RGB value is (188,137,189). Sum of RGB (Red+Green+Blue) = 188+137+189=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89BD is #437642. Grayscale: #9E9E9E. Windows color (decimal): -4421187 or 12421564. OLE color: 12421564.

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

Color convert

RGB188137189-
CMYK0.010.2800.26
HSL298.85º28.26%63.92%-
HSV(B)298.85º27.51%74.12%-
XYZ38.8732.2652.32-
YUV158.18145.4149.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 137 (53.91% from 255) = 26.65%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=36.58%
G=26.65%
B=36.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881371890.010.2800.26298.8528.2663.92
HexBC89BD11C01A12b1c40
Octal27421127513403245334100
Binary101111001000100110111101111100011010100101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89BD; }

 p { color: rgb(188,137,189); }

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

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

 a { background-color: rgb(188,137,189); }

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

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

 span { border-color: rgb(188,137,189); }

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