#BD7BAF

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

Shades of London Hue #BD7BAF

Tints of London Hue #BD7BAF

Color information

#BD7BAF (or 0xBD7BAF) is unknown color: approx London Hue. HEX triplet: BD, 7B and AF. RGB value is (189,123,175). Sum of RGB (Red+Green+Blue) = 189+123+175=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BAF is #428450. Grayscale: #949494. Windows color (decimal): -4359249 or 11500477. OLE color: 11500477.

HSL color Cylindrical-coordinate representation of color #BD7BAF: hue angle of 312.73º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7BAF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB189123175-
CMYK00.350.070.26
HSL312.73º33.33%61.18%-
HSV(B)312.73º34.92%74.12%-
XYZ35.8128.0844.09-
YUV148.66142.87156.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=38.81%
G=25.26%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912317500.350.070.26312.7333.3361.18
HexBD7BAF02371A139213d
Octal2751732570437324714175
Binary10111101111101110101111010001111111010100111001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BAF; }

 p { color: rgb(189,123,175); }

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

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

 a { background-color: rgb(189,123,175); }

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

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

 span { border-color: rgb(189,123,175); }

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