Html Css Color HEX #B186A8 London Hue

📋 copy color: '#B186A8'

red 177 ◦ green 134 ◦ blue 168

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

Shades of London Hue #B186A8

Tints of London Hue #B186A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 36.95%
G = 27.97%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B186A8 (or 0xB186A8) is known color: London Hue. HEX triplet: B1, 86 and A8. RGB value is (177,134,168). Sum of RGB (Red+Green+Blue) = 177+134+168=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B186A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B186A8 is #4E7957. Grayscale: #969696. Windows color (decimal): -5142872 or 11044529. OLE color: 11044529.

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

Color convert

RGB 177 134 168 -
CMYK 0 0.24 0.05 0.31
HSL 312.56º 0.22% 0.61% -
HSV(B) 312.56º 0.24% 0.69% -
XYZ 33.72 29.22 40.91 -
YUV 150.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 177 134 168 0 0.24 0.05 0.31 312.56 0.22 0.61
Hex B1 86 A8 0 18 5 1F 139 16 3D
Octal 261 206 250 0 30 5 37 471 26 75
Binary 10110001 10000110 10101000 0 11000 101 11111 100111001 10110 111101

Color Harmonies of #B186A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B186A8

Black with #B186A8

Text Example


Text Example

White with #B186A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B186A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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