Html Css Color HEX #BB86BD London Hue

📋 copy color: '#BB86BD'

red 187 ◦ green 134 ◦ blue 189

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

Shades of London Hue #BB86BD

Tints of London Hue #BB86BD

RGB

 RED value IS 187 (73.44% from 255) = 36.67%

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 36.67%
G = 26.27%
B = 37.06%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB86BD (or 0xBB86BD) is known color: London Hue. HEX triplet: BB, 86 and BD. RGB value is (187,134,189). Sum of RGB (Red+Green+Blue) = 187+134+189=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB86BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86BD is #447942. Grayscale: #9B9B9B. Windows color (decimal): -4487491 or 12420795. OLE color: 12420795.

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

Color convert

RGB 187 134 189 -
CMYK 0.01 0.29 0 0.26
HSL 297.82º 0.29% 0.63% -
HSV(B) 297.82º 0.29% 0.74% -
XYZ 38.2 31.29 52.17 -
YUV 156.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 187 134 189 0.01 0.29 0 0.26 297.82 0.29 0.63
Hex BB 86 BD 1 1D 0 1A 12A 1D 3F
Octal 273 206 275 1 35 0 32 452 35 77
Binary 10111011 10000110 10111101 1 11101 0 11010 100101010 11101 111111

Color Harmonies of #BB86BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86BD

Black with #BB86BD

Text Example


Text Example

White with #BB86BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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