#BF7EAE

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

Shades of London Hue #BF7EAE

Tints of London Hue #BF7EAE

Color information

#BF7EAE (or 0xBF7EAE) is unknown color: approx London Hue. HEX triplet: BF, 7E and AE. RGB value is (191,126,174). Sum of RGB (Red+Green+Blue) = 191+126+174=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7EAE is #408151. Grayscale: #969696. Windows color (decimal): -4227410 or 11435711. OLE color: 11435711.

HSL color Cylindrical-coordinate representation of color #BF7EAE: hue angle of 315.69º 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 #BF7EAE is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB191126174-
CMYK00.340.090.25
HSL315.69º33.68%62.16%-
HSV(B)315.69º34.03%74.9%-
XYZ36.5929.0543.72-
YUV150.91141.03156.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=38.90%
G=25.66%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112617400.340.090.25315.6933.6862.16
HexBF7EAE02291913c223e
Octal27717625604211314744276
Binary101111111111110101011100100010100111001100111100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EAE; }

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

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

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

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

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

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

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

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