#BF7AB9

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

Shades of London Hue #BF7AB9

Tints of London Hue #BF7AB9

Color information

#BF7AB9 (or 0xBF7AB9) is unknown color: approx London Hue. HEX triplet: BF, 7A and B9. RGB value is (191,122,185). Sum of RGB (Red+Green+Blue) = 191+122+185=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AB9 is #408546. Grayscale: #959595. Windows color (decimal): -4228423 or 12155583. OLE color: 12155583.

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

Color convert

RGB191122185-
CMYK00.360.030.25
HSL305.22º35.03%61.37%-
HSV(B)305.22º36.13%74.9%-
XYZ37.228.549.44-
YUV149.81147.86157.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=38.35%
G=24.50%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112218500.360.030.25305.2235.0361.37
HexBF7AB9024319131233d
Octal2771722710443314614375
Binary1011111111110101011100101001001111001100110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AB9; }

 p { color: rgb(191,122,185); }

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

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

 a { background-color: rgb(191,122,185); }

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

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

 span { border-color: rgb(191,122,185); }

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