#BF8BBA

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

Shades of London Hue #BF8BBA

Tints of London Hue #BF8BBA

Color information

#BF8BBA (or 0xBF8BBA) is unknown color: approx London Hue. HEX triplet: BF, 8B and BA. RGB value is (191,139,186). Sum of RGB (Red+Green+Blue) = 191+139+186=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BBA is #407445. Grayscale: #9F9F9F. Windows color (decimal): -4224070 or 12225471. OLE color: 12225471.

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

Color convert

RGB191139186-
CMYK00.270.030.25
HSL305.77º28.89%64.71%-
HSV(B)305.77º27.23%74.9%-
XYZ39.5833.0950.75-
YUV159.91142.73150.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 139 (54.69% from 255) = 26.94%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=37.02%
G=26.94%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113918600.270.030.25305.7728.8964.71
HexBF8BBA01B3191321d41
Octal27721327203333146235101
Binary1011111110001011101110100110111111001100110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BBA; }

 p { color: rgb(191,139,186); }

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

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

 a { background-color: rgb(191,139,186); }

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

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

 span { border-color: rgb(191,139,186); }

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