Html Css Color HEX #B186AA London Hue

📋 copy color: '#B186AA'

red 177 ◦ green 134 ◦ blue 170

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

Shades of London Hue #B186AA

Tints of London Hue #B186AA

RGB

 RED value IS 177 (69.53% from 255) = 36.8%

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

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 36.8%
G = 27.86%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B186AA (or 0xB186AA) is known color: London Hue. HEX triplet: B1, 86 and AA. RGB value is (177,134,170). Sum of RGB (Red+Green+Blue) = 177+134+170=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B186AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186AA is #4E7955. Grayscale: #969696. Windows color (decimal): -5142870 or 11175601. OLE color: 11175601.

HSL color Cylindrical-coordinate representation of color #B186AA: hue angle of 309.77º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B186AA is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 134 170 -
CMYK 0 0.24 0.04 0.31
HSL 309.77º 0.22% 0.61% -
HSV(B) 309.77º 0.24% 0.69% -
XYZ 33.91 29.3 41.9 -
YUV 150.96 138.75 146.57 -
System Red Green Blue C M Y K H S L
Decimal 177 134 170 0 0.24 0.04 0.31 309.77 0.22 0.61
Hex B1 86 AA 0 18 4 1F 136 16 3D
Octal 261 206 252 0 30 4 37 466 26 75
Binary 10110001 10000110 10101010 0 11000 100 11111 100110110 10110 111101

Color Harmonies of #B186AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186AA

Black with #B186AA

Text Example


Text Example

White with #B186AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186AA; }

 p { color: rgb(177,134,170); }

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

background-color css

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

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

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

border-color css

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

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

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