Html Css Color HEX #B386AF London Hue

📋 copy color: '#B386AF'

red 179 ◦ green 134 ◦ blue 175

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

Shades of London Hue #B386AF

Tints of London Hue #B386AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.86%

R = 36.68%
G = 27.46%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B386AF (or 0xB386AF) is known color: London Hue. HEX triplet: B3, 86 and AF. RGB value is (179,134,175). Sum of RGB (Red+Green+Blue) = 179+134+175=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B386AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B386AF is #4C7950. Grayscale: #989898. Windows color (decimal): -5011793 or 11503283. OLE color: 11503283.

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

Color convert

RGB 179 134 175 -
CMYK 0 0.25 0.02 0.30
HSL 305.33º 0.23% 0.61% -
HSV(B) 305.33º 0.25% 0.7% -
XYZ 34.85 29.73 44.46 -
YUV 152.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 179 134 175 0 0.25 0.02 0.30 305.33 0.23 0.61
Hex B3 86 AF 0 19 2 1E 131 17 3D
Octal 263 206 257 0 31 2 36 461 27 75
Binary 10110011 10000110 10101111 0 11001 10 11110 100110001 10111 111101

Color Harmonies of #B386AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386AF

Black with #B386AF

Text Example


Text Example

White with #B386AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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