#BF91BB

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

Shades of London Hue #BF91BB

Tints of London Hue #BF91BB

Color information

#BF91BB (or 0xBF91BB) is unknown color: approx London Hue. HEX triplet: BF, 91 and BB. RGB value is (191,145,187). Sum of RGB (Red+Green+Blue) = 191+145+187=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91BB is #406E44. Grayscale: #A3A3A3. Windows color (decimal): -4222533 or 12292543. OLE color: 12292543.

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

Color convert

RGB191145187-
CMYK00.240.020.25
HSL305.22º26.44%65.88%-
HSV(B)305.22º24.08%74.9%-
XYZ40.5834.9251.61-
YUV163.54141.24147.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=36.52%
G=27.72%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114518700.240.020.25305.2226.4465.88
HexBF91BB0182191311a42
Octal27722127303023146132102
Binary1011111110010001101110110110001011001100110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91BB; }

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

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

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

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

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

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

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

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