#BC94BB

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

Shades of London Hue #BC94BB

Tints of London Hue #BC94BB

Color information

#BC94BB (or 0xBC94BB) is unknown color: approx London Hue. HEX triplet: BC, 94 and BB. RGB value is (188,148,187). Sum of RGB (Red+Green+Blue) = 188+148+187=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BB is #436B44. Grayscale: #A4A4A4. Windows color (decimal): -4418373 or 12293308. OLE color: 12293308.

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

Color convert

RGB188148187-
CMYK00.210.010.26
HSL301.5º22.99%65.88%-
HSV(B)301.5º21.28%73.73%-
XYZ40.335.4651.73-
YUV164.41140.75144.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=35.95%
G=28.30%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814818700.210.010.26301.522.9965.88
HexBC94BB01511A12e1742
Octal27422427302513245627102
Binary101111001001010010111011010101111010100101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94BB; }

 p { color: rgb(188,148,187); }

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

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

 a { background-color: rgb(188,148,187); }

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

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

 span { border-color: rgb(188,148,187); }

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