#BF7EBC

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

Shades of London Hue #BF7EBC

Tints of London Hue #BF7EBC

Color information

#BF7EBC (or 0xBF7EBC) is unknown color: approx London Hue. HEX triplet: BF, 7E and BC. RGB value is (191,126,188). Sum of RGB (Red+Green+Blue) = 191+126+188=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 126 (49.61% from 255 or 24.95% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7EBC is #408143. Grayscale: #989898. Windows color (decimal): -4227396 or 12353215. OLE color: 12353215.

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

Color convert

RGB191126188-
CMYK00.340.020.25
HSL302.77º33.68%62.16%-
HSV(B)302.77º34.03%74.9%-
XYZ38.0229.6351.29-
YUV152.5148.03155.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 126 (49.61% from 255) = 24.95%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=37.82%
G=24.95%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112618800.340.020.25302.7733.6862.16
HexBF7EBC02221912f223e
Octal2771762740422314574276
Binary1011111111111101011110001000101011001100101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EBC; }

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

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

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

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

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

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

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

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