#BF7BB9

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

Shades of London Hue #BF7BB9

Tints of London Hue #BF7BB9

Color information

#BF7BB9 (or 0xBF7BB9) is unknown color: approx London Hue. HEX triplet: BF, 7B and B9. RGB value is (191,123,185). Sum of RGB (Red+Green+Blue) = 191+123+185=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BB9 is #408446. Grayscale: #969696. Windows color (decimal): -4228167 or 12155839. OLE color: 12155839.

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

Color convert

RGB191123185-
CMYK00.360.030.25
HSL305.29º34.69%61.57%-
HSV(B)305.29º35.6%74.9%-
XYZ37.3328.7549.48-
YUV150.4147.53156.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 185 (72.66% from 255) = 37.07%
R=38.28%
G=24.65%
B=37.07%

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
Decimal19112318500.360.030.25305.2934.6961.57
HexBF7BB9024319131233e
Octal2771732710443314614376
Binary1011111111110111011100101001001111001100110001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BB9; }

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

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

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

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

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

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

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

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