#BF8CB4

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

Shades of London Hue #BF8CB4

Tints of London Hue #BF8CB4

Color information

#BF8CB4 (or 0xBF8CB4) is unknown color: approx London Hue. HEX triplet: BF, 8C and B4. RGB value is (191,140,180). Sum of RGB (Red+Green+Blue) = 191+140+180=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CB4 is #40734B. Grayscale: #9F9F9F. Windows color (decimal): -4223820 or 11832511. OLE color: 11832511.

HSL color Cylindrical-coordinate representation of color #BF8CB4: hue angle of 312.94º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8CB4 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB191140180-
CMYK00.270.060.25
HSL312.94º28.49%64.9%-
HSV(B)312.94º26.7%74.9%-
XYZ39.133.1347.51-
YUV159.81139.4150.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 140 (55.08% from 255) = 27.40%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=37.38%
G=27.40%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114018000.270.060.25312.9428.4964.9
HexBF8CB401B6191391c41
Octal27721426403363147134101
Binary10111111100011001011010001101111011001100111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8CB4; }

 p { color: rgb(191,140,180); }

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

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

 a { background-color: rgb(191,140,180); }

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

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

 span { border-color: rgb(191,140,180); }

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