#BF7AB8

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

Shades of London Hue #BF7AB8

Tints of London Hue #BF7AB8

Color information

#BF7AB8 (or 0xBF7AB8) is unknown color: approx London Hue. HEX triplet: BF, 7A and B8. RGB value is (191,122,184). Sum of RGB (Red+Green+Blue) = 191+122+184=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7AB8 is #408547. Grayscale: #959595. Windows color (decimal): -4228424 or 12090047. OLE color: 12090047.

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

Color convert

RGB191122184-
CMYK00.360.040.25
HSL306.09º35.03%61.37%-
HSV(B)306.09º36.13%74.9%-
XYZ37.128.4648.88-
YUV149.7147.36157.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 184 (72.27% from 255) = 37.02%
R=38.43%
G=24.55%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112218400.360.040.25306.0935.0361.37
HexBF7AB8024419132233d
Octal2771722700444314624375
Binary10111111111101010111000010010010011001100110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7AB8; }

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

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

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

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

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

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

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

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