#BF8ABA

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

Shades of London Hue #BF8ABA

Tints of London Hue #BF8ABA

Color information

#BF8ABA (or 0xBF8ABA) is unknown color: approx London Hue. HEX triplet: BF, 8A and BA. RGB value is (191,138,186). Sum of RGB (Red+Green+Blue) = 191+138+186=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ABA is #407545. Grayscale: #9F9F9F. Windows color (decimal): -4224326 or 12225215. OLE color: 12225215.

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

Color convert

RGB191138186-
CMYK00.280.030.25
HSL305.66º29.28%64.51%-
HSV(B)305.66º27.75%74.9%-
XYZ39.4432.850.71-
YUV159.32143.06150.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.09%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=37.09%
G=26.80%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113818600.280.030.25305.6629.2864.51
HexBF8ABA01C3191321d41
Octal27721227203433146235101
Binary1011111110001010101110100111001111001100110010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ABA; }

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

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

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

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

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

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

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

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