Html Css Color HEX #BB86BE London Hue

📋 copy color: '#BB86BE'

red 187 ◦ green 134 ◦ blue 190

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

Shades of London Hue #BB86BE

Tints of London Hue #BB86BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 36.59%
G = 26.22%
B = 37.18%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB86BE (or 0xBB86BE) is known color: London Hue. HEX triplet: BB, 86 and BE. RGB value is (187,134,190). Sum of RGB (Red+Green+Blue) = 187+134+190=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB86BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86BE is #447941. Grayscale: #9C9C9C. Windows color (decimal): -4487490 or 12486331. OLE color: 12486331.

HSL color Cylindrical-coordinate representation of color #BB86BE: hue angle of 296.79º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB86BE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 134 190 -
CMYK 0.02 0.29 0 0.25
HSL 296.79º 0.3% 0.64% -
HSV(B) 296.79º 0.29% 0.75% -
XYZ 38.31 31.33 52.74 -
YUV 156.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 187 134 190 0.02 0.29 0 0.25 296.79 0.3 0.64
Hex BB 86 BE 2 1D 0 19 129 1E 40
Octal 273 206 276 2 35 0 31 451 36 100
Binary 10111011 10000110 10111110 10 11101 0 11001 100101001 11110 1000000

Color Harmonies of #BB86BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86BE

Black with #BB86BE

Text Example


Text Example

White with #BB86BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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