#BD7CBF

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

Shades of London Hue #BD7CBF

Tints of London Hue #BD7CBF

Color information

#BD7CBF (or 0xBD7CBF) is unknown color: approx London Hue. HEX triplet: BD, 7C and BF. RGB value is (189,124,191). Sum of RGB (Red+Green+Blue) = 189+124+191=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CBF is #428340. Grayscale: #969696. Windows color (decimal): -4358977 or 12549309. OLE color: 12549309.

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

Color convert

RGB189124191-
CMYK0.010.3500.25
HSL298.21º34.36%61.76%-
HSV(B)298.21º35.08%74.9%-
XYZ37.62952.91-
YUV151.07150.53155.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 191 (75% from 255) = 37.90%
R=37.5%
G=24.60%
B=37.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891241910.010.3500.25298.2134.3661.76
HexBD7CBF12301912a223e
Octal2751742771430314524276
Binary101111011111100101111111100011011001100101010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7CBF; }

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

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

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

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

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

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

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

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