Html Css Color HEX #BD86BA London Hue

📋 copy color: '#BD86BA'

red 189 ◦ green 134 ◦ blue 186

#BD86BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #BD86BA

Tints of London Hue #BD86BA

RGB

 RED value IS 189 (74.22% from 255) = 37.13%

 GREEN value IS 134 (52.73% from 255) = 26.33%

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 37.13%
G = 26.33%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD86BA (or 0xBD86BA) is known color: London Hue. HEX triplet: BD, 86 and BA. RGB value is (189,134,186). Sum of RGB (Red+Green+Blue) = 189+134+186=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BD86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86BA is #427945. Grayscale: #9C9C9C. Windows color (decimal): -4356422 or 12224189. OLE color: 12224189.

HSL color Cylindrical-coordinate representation of color #BD86BA: hue angle of 303.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD86BA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 134 186 -
CMYK 0 0.29 0.02 0.26
HSL 303.27º 0.29% 0.63% -
HSV(B) 303.27º 0.29% 0.74% -
XYZ 38.37 31.41 50.5 -
YUV 156.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 189 134 186 0 0.29 0.02 0.26 303.27 0.29 0.63
Hex BD 86 BA 0 1D 2 1A 12F 1D 3F
Octal 275 206 272 0 35 2 32 457 35 77
Binary 10111101 10000110 10111010 0 11101 10 11010 100101111 11101 111111

Color Harmonies of #BD86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD86BA

Black with #BD86BA

Text Example


Text Example

White with #BD86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD86BA; }

 p { color: rgb(189,134,186); }

 H1.HeaderClassName
 {
   color: #BD86BA;
 }
 .AnyTagClassName
 {
   color: #BD86BA;
 }
</style>

background-color css

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

 a { background-color: rgb(189,134,186); }

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

border-color css

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

 span { border-color: rgb(189,134,186); }

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