#BF8EBC

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

Shades of London Hue #BF8EBC

Tints of London Hue #BF8EBC

Color information

#BF8EBC (or 0xBF8EBC) is unknown color: approx London Hue. HEX triplet: BF, 8E and BC. RGB value is (191,142,188). Sum of RGB (Red+Green+Blue) = 191+142+188=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EBC is #407143. Grayscale: #A1A1A1. Windows color (decimal): -4223300 or 12357311. OLE color: 12357311.

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

Color convert

RGB191142188-
CMYK00.260.020.25
HSL303.67º27.68%65.29%-
HSV(B)303.67º25.65%74.9%-
XYZ40.2434.0552.03-
YUV161.89142.73148.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.66%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=36.66%
G=27.26%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114218800.260.020.25303.6727.6865.29
HexBF8EBC01A2191301c41
Octal27721627403223146034101
Binary1011111110001110101111000110101011001100110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EBC; }

 p { color: rgb(191,142,188); }

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

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

 a { background-color: rgb(191,142,188); }

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

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

 span { border-color: rgb(191,142,188); }

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