#BF91BA

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

Shades of London Hue #BF91BA

Tints of London Hue #BF91BA

Color information

#BF91BA (or 0xBF91BA) is unknown color: approx London Hue. HEX triplet: BF, 91 and BA. RGB value is (191,145,186). Sum of RGB (Red+Green+Blue) = 191+145+186=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91BA is #406E45. Grayscale: #A3A3A3. Windows color (decimal): -4222534 or 12227007. OLE color: 12227007.

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

Color convert

RGB191145186-
CMYK00.240.030.25
HSL306.52º26.44%65.88%-
HSV(B)306.52º24.08%74.9%-
XYZ40.4734.8751.05-
YUV163.43140.74147.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=36.59%
G=27.78%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114518600.240.030.25306.5226.4465.88
HexBF91BA0183191331a42
Octal27722127203033146332102
Binary1011111110010001101110100110001111001100110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91BA; }

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

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

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

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

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

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

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

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