#BF8AB7

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

Shades of London Hue #BF8AB7

Tints of London Hue #BF8AB7

Color information

#BF8AB7 (or 0xBF8AB7) is unknown color: approx London Hue. HEX triplet: BF, 8A and B7. RGB value is (191,138,183). Sum of RGB (Red+Green+Blue) = 191+138+183=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AB7 is #407548. Grayscale: #9E9E9E. Windows color (decimal): -4224329 or 12028607. OLE color: 12028607.

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

Color convert

RGB191138183-
CMYK00.280.040.25
HSL309.06º29.28%64.51%-
HSV(B)309.06º27.75%74.9%-
XYZ39.1232.6749.04-
YUV158.98141.56150.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=37.30%
G=26.95%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113818300.280.040.25309.0629.2864.51
HexBF8AB701C4191351d41
Octal27721226703443146535101
Binary10111111100010101011011101110010011001100110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8AB7; }

 p { color: rgb(191,138,183); }

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

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

 a { background-color: rgb(191,138,183); }

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

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

 span { border-color: rgb(191,138,183); }

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