#BC95B4

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

Shades of London Hue #BC95B4

Tints of London Hue #BC95B4

Color information

#BC95B4 (or 0xBC95B4) is unknown color: approx London Hue. HEX triplet: BC, 95 and B4. RGB value is (188,149,180). Sum of RGB (Red+Green+Blue) = 188+149+180=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95B4 is #436A4B. Grayscale: #A4A4A4. Windows color (decimal): -4418124 or 11834812. OLE color: 11834812.

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

Color convert

RGB188149180-
CMYK00.210.040.26
HSL312.31º22.54%66.08%-
HSV(B)312.31º20.74%73.73%-
XYZ39.7235.4847.93-
YUV164.2136.92144.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=36.36%
G=28.82%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814918000.210.040.26312.3122.5466.08
HexBC95B401541A1381742
Octal27422526402543247027102
Binary10111100100101011011010001010110011010100111000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95B4; }

 p { color: rgb(188,149,180); }

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

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

 a { background-color: rgb(188,149,180); }

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

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

 span { border-color: rgb(188,149,180); }

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