#BD7FBF

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

Shades of London Hue #BD7FBF

Tints of London Hue #BD7FBF

Color information

#BD7FBF (or 0xBD7FBF) is unknown color: approx London Hue. HEX triplet: BD, 7F and BF. RGB value is (189,127,191). Sum of RGB (Red+Green+Blue) = 189+127+191=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD7FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FBF is #428040. Grayscale: #989898. Windows color (decimal): -4358209 or 12550077. OLE color: 12550077.

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

Color convert

RGB189127191-
CMYK0.010.3400.25
HSL298.12º33.33%62.35%-
HSV(B)298.12º33.51%74.9%-
XYZ37.9829.7653.03-
YUV152.83149.54153.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 191 (75% from 255) = 37.67%
R=37.28%
G=25.05%
B=37.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891271910.010.3400.25298.1233.3362.35
HexBD7FBF12201912a213e
Octal2751772771420314524176
Binary101111011111111101111111100010011001100101010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7FBF; }

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

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

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

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

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

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

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

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