Html Css Color HEX #B685AB London Hue

📋 copy color: '#B685AB'

red 182 ◦ green 133 ◦ blue 171

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

Shades of London Hue #B685AB

Tints of London Hue #B685AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.37%

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

R = 37.45%
G = 27.37%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B685AB (or 0xB685AB) is known color: London Hue. HEX triplet: B6, 85 and AB. RGB value is (182,133,171). Sum of RGB (Red+Green+Blue) = 182+133+171=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 182 - color contains mainly: red. Hex color #B685AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B685AB is #497A54. Grayscale: #979797. Windows color (decimal): -4815445 or 11240886. OLE color: 11240886.

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

Color convert

RGB 182 133 171 -
CMYK 0 0.27 0.06 0.29
HSL 313.47º 0.25% 0.62% -
HSV(B) 313.47º 0.27% 0.71% -
XYZ 35.03 29.66 42.41 -
YUV 151.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 182 133 171 0 0.27 0.06 0.29 313.47 0.25 0.62
Hex B6 85 AB 0 1B 6 1D 139 19 3E
Octal 266 205 253 0 33 6 35 471 31 76
Binary 10110110 10000101 10101011 0 11011 110 11101 100111001 11001 111110

Color Harmonies of #B685AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685AB

Black with #B685AB

Text Example


Text Example

White with #B685AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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