#BF7EB0

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

Shades of London Hue #BF7EB0

Tints of London Hue #BF7EB0

Color information

#BF7EB0 (or 0xBF7EB0) is unknown color: approx London Hue. HEX triplet: BF, 7E and B0. RGB value is (191,126,176). Sum of RGB (Red+Green+Blue) = 191+126+176=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 176 (69.14% from 255 or 35.70% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7EB0 is #40814F. Grayscale: #979797. Windows color (decimal): -4227408 or 11566783. OLE color: 11566783.

HSL color Cylindrical-coordinate representation of color #BF7EB0: hue angle of 313.85º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7EB0 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB191126176-
CMYK00.340.080.25
HSL313.85º33.68%62.16%-
HSV(B)313.85º34.03%74.9%-
XYZ36.7829.1344.76-
YUV151.13142.03156.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 176 (69.14% from 255) = 35.70%
R=38.74%
G=25.56%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112617600.340.080.25313.8533.6862.16
HexBF7EB002281913a223e
Octal27717626004210314724276
Binary101111111111110101100000100010100011001100111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EB0; }

 p { color: rgb(191,126,176); }

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

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

 a { background-color: rgb(191,126,176); }

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

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

 span { border-color: rgb(191,126,176); }

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