#B385AC

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

Shades of London Hue #B385AC

Tints of London Hue #B385AC

Color information

#B385AC (or 0xB385AC) is unknown color: approx London Hue. HEX triplet: B3, 85 and AC. RGB value is (179,133,172). Sum of RGB (Red+Green+Blue) = 179+133+172=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B385AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385AC is #4C7A53. Grayscale: #979797. Windows color (decimal): -5012052 or 11306419. OLE color: 11306419.

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

Color convert

RGB179133172-
CMYK00.260.040.30
HSL309.13º23.23%61.18%-
HSV(B)309.13º25.7%70.2%-
XYZ34.4229.3442.88-
YUV151.2139.74147.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=36.98%
G=27.48%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913317200.260.040.30309.1323.2361.18
HexB385AC01A41E135173d
Octal2632052540324364652775
Binary1011001110000101101011000110101001111010011010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385AC; }

 p { color: rgb(179,133,172); }

 H1.HeaderClassName
 {
   color: #B385AC;
 }
 .AnyTagClassName
 {
   color: #B385AC;
 }
</style>
background-color css

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

 a { background-color: rgb(179,133,172); }

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

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

 span { border-color: rgb(179,133,172); }

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