Html Css Color HEX #B686AB London Hue

📋 copy color: '#B686AB'

red 182 ◦ green 134 ◦ blue 171

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

Shades of London Hue #B686AB

Tints of London Hue #B686AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 37.37%
G = 27.52%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B686AB (or 0xB686AB) is known color: London Hue. HEX triplet: B6, 86 and AB. RGB value is (182,134,171). Sum of RGB (Red+Green+Blue) = 182+134+171=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B686AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B686AB is #497954. Grayscale: #989898. Windows color (decimal): -4815189 or 11241142. OLE color: 11241142.

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

Color convert

RGB 182 134 171 -
CMYK 0 0.26 0.06 0.29
HSL 313.75º 0.25% 0.62% -
HSV(B) 313.75º 0.26% 0.71% -
XYZ 35.17 29.94 42.45 -
YUV 152.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 182 134 171 0 0.26 0.06 0.29 313.75 0.25 0.62
Hex B6 86 AB 0 1A 6 1D 13A 19 3E
Octal 266 206 253 0 32 6 35 472 31 76
Binary 10110110 10000110 10101011 0 11010 110 11101 100111010 11001 111110

Color Harmonies of #B686AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686AB

Black with #B686AB

Text Example


Text Example

White with #B686AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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