#B384AB

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

Shades of London Hue #B384AB

Tints of London Hue #B384AB

Color information

#B384AB (or 0xB384AB) is unknown color: approx London Hue. HEX triplet: B3, 84 and AB. RGB value is (179,132,171). Sum of RGB (Red+Green+Blue) = 179+132+171=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B384AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B384AB is #4C7B54. Grayscale: #969696. Windows color (decimal): -5012309 or 11240627. OLE color: 11240627.

HSL color Cylindrical-coordinate representation of color #B384AB: hue angle of 310.21º degrees, saturation: 0.24, 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 #B384AB is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179132171-
CMYK00.260.040.30
HSL310.21º23.62%60.98%-
HSV(B)310.21º26.26%70.2%-
XYZ34.1929.0342.33-
YUV150.5139.57148.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=37.14%
G=27.39%
B=35.48%

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
Decimal17913217100.260.040.30310.2123.6260.98
HexB384AB01A41E136183d
Octal2632042530324364663075
Binary1011001110000100101010110110101001111010011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B384AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B384AB; }

 p { color: rgb(179,132,171); }

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

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

 a { background-color: rgb(179,132,171); }

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

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

 span { border-color: rgb(179,132,171); }

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