#BC9FB8

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

Shades of London Hue #BC9FB8

Tints of London Hue #BC9FB8

Color information

#BC9FB8 (or 0xBC9FB8) is unknown color: approx London Hue. HEX triplet: BC, 9F and B8. RGB value is (188,159,184). Sum of RGB (Red+Green+Blue) = 188+159+184=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FB8 is #436047. Grayscale: #AAAAAA. Windows color (decimal): -4415560 or 12099516. OLE color: 12099516.

HSL color Cylindrical-coordinate representation of color #BC9FB8: hue angle of 308.28º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FB8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188159184-
CMYK00.150.020.26
HSL308.28º17.79%68.04%-
HSV(B)308.28º15.43%73.73%-
XYZ41.7938.9550.66-
YUV170.52135.61140.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=35.40%
G=29.94%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815918400.150.020.26308.2817.7968.04
HexBC9FB80F21A1341244
Octal27423727001723246422104
Binary101111001001111110111000011111011010100110100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9FB8; }

 p { color: rgb(188,159,184); }

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

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

 a { background-color: rgb(188,159,184); }

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

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

 span { border-color: rgb(188,159,184); }

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