Html Css Color HEX #B686B6 London Hue

📋 copy color: '#B686B6'

red 182 ◦ green 134 ◦ blue 182

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

Shades of London Hue #B686B6

Tints of London Hue #B686B6

RGB

 RED value IS 182 (71.48% from 255) = 36.55%

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

 BLUE value IS 182 (71.48% from 255) = 36.55%

R = 36.55%
G = 26.91%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B686B6 (or 0xB686B6) is known color: London Hue. HEX triplet: B6, 86 and B6. RGB value is (182,134,182). Sum of RGB (Red+Green+Blue) = 182+134+182=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B686B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B686B6 is #497949. Grayscale: #999999. Windows color (decimal): -4815178 or 11962038. OLE color: 11962038.

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

Color convert

RGB 182 134 182 -
CMYK 0 0.26 0 0.29
HSL 300º 0.25% 0.62% -
HSV(B) 300º 0.26% 0.71% -
XYZ 36.26 30.37 48.21 -
YUV 153.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 182 134 182 0 0.26 0 0.29 300 0.25 0.62
Hex B6 86 B6 0 1A 0 1D 12C 19 3E
Octal 266 206 266 0 32 0 35 454 31 76
Binary 10110110 10000110 10110110 0 11010 0 11101 100101100 11001 111110

Color Harmonies of #B686B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686B6

Black with #B686B6

Text Example


Text Example

White with #B686B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686B6; }

 p { color: rgb(182,134,182); }

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

background-color css

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

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

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

border-color css

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

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

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