#BC97BA

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

Shades of London Hue #BC97BA

Tints of London Hue #BC97BA

Color information

#BC97BA (or 0xBC97BA) is unknown color: approx London Hue. HEX triplet: BC, 97 and BA. RGB value is (188,151,186). Sum of RGB (Red+Green+Blue) = 188+151+186=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BC97BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97BA is #436845. Grayscale: #A5A5A5. Windows color (decimal): -4417606 or 12228540. OLE color: 12228540.

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

Color convert

RGB188151186-
CMYK00.200.010.26
HSL303.24º21.64%66.47%-
HSV(B)303.24º19.68%73.73%-
XYZ40.6736.3751.33-
YUV166.05139.26143.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 151 (59.38% from 255) = 28.76%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=35.81%
G=28.76%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815118600.200.010.26303.2421.6466.47
HexBC97BA01411A12f1642
Octal27422727202413245726102
Binary101111001001011110111010010100111010100101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97BA; }

 p { color: rgb(188,151,186); }

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

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

 a { background-color: rgb(188,151,186); }

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

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

 span { border-color: rgb(188,151,186); }

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