#BF7FAD

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

Shades of London Hue #BF7FAD

Tints of London Hue #BF7FAD

Color information

#BF7FAD (or 0xBF7FAD) is unknown color: approx London Hue. HEX triplet: BF, 7F and AD. RGB value is (191,127,173). Sum of RGB (Red+Green+Blue) = 191+127+173=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7FAD is #408052. Grayscale: #979797. Windows color (decimal): -4227155 or 11370431. OLE color: 11370431.

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

Color convert

RGB191127173-
CMYK00.340.090.25
HSL316.88º33.33%62.35%-
HSV(B)316.88º33.51%74.9%-
XYZ36.6229.2743.26-
YUV151.38140.2156.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=38.90%
G=25.87%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112717300.340.090.25316.8833.3362.35
HexBF7FAD02291913d213e
Octal27717725504211314754176
Binary101111111111111101011010100010100111001100111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FAD; }

 p { color: rgb(191,127,173); }

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

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

 a { background-color: rgb(191,127,173); }

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

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

 span { border-color: rgb(191,127,173); }

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