#B386AF

Color #B386AF London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B386AF

Tints of London Hue #B386AF

Color information

#B386AF (or 0xB386AF) is unknown color: approx 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

RGB179134175-
CMYK00.250.020.30
HSL305.33º22.84%61.37%-
HSV(B)305.33º25.14%70.2%-
XYZ34.8529.7344.46-
YUV152.13140.91147.17-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913417500.250.020.30305.3322.8461.37
HexB386AF01921E131173d
Octal2632062570312364612775
Binary101100111000011010101111011001101111010011000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B386AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>