Html Css Color HEX #B386AA London Hue

📋 copy color: '#B386AA'

red 179 ◦ green 134 ◦ blue 170

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

Shades of London Hue #B386AA

Tints of London Hue #B386AA

RGB

 RED value IS 179 (70.31% from 255) = 37.06%

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

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

R = 37.06%
G = 27.74%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B386AA (or 0xB386AA) is known color: London Hue. HEX triplet: B3, 86 and AA. RGB value is (179,134,170). Sum of RGB (Red+Green+Blue) = 179+134+170=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B386AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B386AA is #4C7955. Grayscale: #979797. Windows color (decimal): -5011798 or 11175603. OLE color: 11175603.

HSL color Cylindrical-coordinate representation of color #B386AA: hue angle of 312º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B386AA is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 170 -
CMYK 0 0.25 0.05 0.30
HSL 312º 0.23% 0.61% -
HSV(B) 312º 0.25% 0.7% -
XYZ 34.37 29.54 41.92 -
YUV 151.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 179 134 170 0 0.25 0.05 0.30 312 0.23 0.61
Hex B3 86 AA 0 19 5 1E 138 17 3D
Octal 263 206 252 0 31 5 36 470 27 75
Binary 10110011 10000110 10101010 0 11001 101 11110 100111000 10111 111101

Color Harmonies of #B386AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386AA

Black with #B386AA

Text Example


Text Example

White with #B386AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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