#BD84BF

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

Shades of London Hue #BD84BF

Tints of London Hue #BD84BF

Color information

#BD84BF (or 0xBD84BF) is unknown color: approx London Hue. HEX triplet: BD, 84 and BF. RGB value is (189,132,191). Sum of RGB (Red+Green+Blue) = 189+132+191=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD84BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD84BF is #427B40. Grayscale: #9B9B9B. Windows color (decimal): -4356929 or 12551357. OLE color: 12551357.

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

Color convert

RGB189132191-
CMYK0.010.3100.25
HSL297.97º31.55%63.33%-
HSV(B)297.97º30.89%74.9%-
XYZ38.6431.0853.25-
YUV155.77147.88151.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 191 (75% from 255) = 37.30%
R=36.91%
G=25.78%
B=37.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891321910.010.3100.25297.9731.5563.33
HexBD84BF11F01912a203f
Octal2752042771370314524077
Binary101111011000010010111111111111011001100101010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD84BF; }

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

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

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

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

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

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

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

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