#BC88AF

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

Shades of London Hue #BC88AF

Tints of London Hue #BC88AF

Color information

#BC88AF (or 0xBC88AF) is unknown color: approx London Hue. HEX triplet: BC, 88 and AF. RGB value is (188,136,175). Sum of RGB (Red+Green+Blue) = 188+136+175=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88AF is #437750. Grayscale: #9B9B9B. Windows color (decimal): -4421457 or 11503804. OLE color: 11503804.

HSL color Cylindrical-coordinate representation of color #BC88AF: hue angle of 315º 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 #BC88AF is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB188136175-
CMYK00.280.070.26
HSL315º27.96%63.53%-
HSV(B)315º27.66%73.73%-
XYZ37.2831.3944.65-
YUV155.99138.73150.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=37.68%
G=27.25%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813617500.280.070.2631527.9663.53
HexBC88AF01C71A13b1c40
Octal27421025703473247334100
Binary10111100100010001010111101110011111010100111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88AF; }

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

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

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

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

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

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

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

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