#BF8EBB

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

Shades of London Hue #BF8EBB

Tints of London Hue #BF8EBB

Color information

#BF8EBB (or 0xBF8EBB) is unknown color: approx London Hue. HEX triplet: BF, 8E and BB. RGB value is (191,142,187). Sum of RGB (Red+Green+Blue) = 191+142+187=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EBB is #407144. Grayscale: #A1A1A1. Windows color (decimal): -4223301 or 12291775. OLE color: 12291775.

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

Color convert

RGB191142187-
CMYK00.260.020.25
HSL304.9º27.68%65.29%-
HSV(B)304.9º25.65%74.9%-
XYZ40.1334.0151.46-
YUV161.78142.23148.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=36.73%
G=27.31%
B=35.96%

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
Decimal19114218700.260.020.25304.927.6865.29
HexBF8EBB01A2191311c41
Octal27721627303223146134101
Binary1011111110001110101110110110101011001100110001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EBB; }

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

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

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

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

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

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

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

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