#BF7AB6

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

Shades of London Hue #BF7AB6

Tints of London Hue #BF7AB6

Color information

#BF7AB6 (or 0xBF7AB6) is unknown color: approx London Hue. HEX triplet: BF, 7A and B6. RGB value is (191,122,182). Sum of RGB (Red+Green+Blue) = 191+122+182=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AB6 is #408549. Grayscale: #959595. Windows color (decimal): -4228426 or 11958975. OLE color: 11958975.

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

Color convert

RGB191122182-
CMYK00.360.050.25
HSL307.83º35.03%61.37%-
HSV(B)307.83º36.13%74.9%-
XYZ36.8928.3747.79-
YUV149.47146.36157.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=38.59%
G=24.65%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112218200.360.050.25307.8335.0361.37
HexBF7AB6024519134233d
Octal2771722660445314644375
Binary10111111111101010110110010010010111001100110100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AB6; }

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

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

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

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

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

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

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

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