Html Css Color HEX #B686AD London Hue

📋 copy color: '#B686AD'

red 182 ◦ green 134 ◦ blue 173

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

Shades of London Hue #B686AD

Tints of London Hue #B686AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 37.22%
G = 27.4%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B686AD (or 0xB686AD) is known color: London Hue. HEX triplet: B6, 86 and AD. RGB value is (182,134,173). Sum of RGB (Red+Green+Blue) = 182+134+173=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B686AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B686AD is #497952. Grayscale: #989898. Windows color (decimal): -4815187 or 11372214. OLE color: 11372214.

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

Color convert

RGB 182 134 173 -
CMYK 0 0.26 0.05 0.29
HSL 311.25º 0.25% 0.62% -
HSV(B) 311.25º 0.26% 0.71% -
XYZ 35.36 30.01 43.46 -
YUV 152.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 182 134 173 0 0.26 0.05 0.29 311.25 0.25 0.62
Hex B6 86 AD 0 1A 5 1D 137 19 3E
Octal 266 206 255 0 32 5 35 467 31 76
Binary 10110110 10000110 10101101 0 11010 101 11101 100110111 11001 111110

Color Harmonies of #B686AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686AD

Black with #B686AD

Text Example


Text Example

White with #B686AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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