Html Css Color HEX #B186AD London Hue

📋 copy color: '#B186AD'

red 177 ◦ green 134 ◦ blue 173

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

Shades of London Hue #B186AD

Tints of London Hue #B186AD

RGB

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

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

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

R = 36.57%
G = 27.69%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B186AD (or 0xB186AD) is known color: London Hue. HEX triplet: B1, 86 and AD. RGB value is (177,134,173). Sum of RGB (Red+Green+Blue) = 177+134+173=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B186AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186AD is #4E7952. Grayscale: #979797. Windows color (decimal): -5142867 or 11372209. OLE color: 11372209.

HSL color Cylindrical-coordinate representation of color #B186AD: hue angle of 305.58º 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 #B186AD is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 134 173 -
CMYK 0 0.24 0.02 0.31
HSL 305.58º 0.22% 0.61% -
HSV(B) 305.58º 0.24% 0.69% -
XYZ 34.2 29.41 43.41 -
YUV 151.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 177 134 173 0 0.24 0.02 0.31 305.58 0.22 0.61
Hex B1 86 AD 0 18 2 1F 132 16 3D
Octal 261 206 255 0 30 2 37 462 26 75
Binary 10110001 10000110 10101101 0 11000 10 11111 100110010 10110 111101

Color Harmonies of #B186AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186AD

Black with #B186AD

Text Example


Text Example

White with #B186AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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