#B388AC

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

Shades of London Hue #B388AC

Tints of London Hue #B388AC

Color information

#B388AC (or 0xB388AC) is unknown color: approx London Hue. HEX triplet: B3, 88 and AC. RGB value is (179,136,172). Sum of RGB (Red+Green+Blue) = 179+136+172=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B388AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388AC is #4C7753. Grayscale: #989898. Windows color (decimal): -5011284 or 11307187. OLE color: 11307187.

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

Color convert

RGB179136172-
CMYK00.240.040.30
HSL309.77º22.05%61.76%-
HSV(B)309.77º24.02%70.2%-
XYZ34.8430.1743.02-
YUV152.96138.75146.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=36.76%
G=27.93%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913617200.240.040.30309.7722.0561.76
HexB388AC01841E136163e
Octal2632102540304364662676
Binary1011001110001000101011000110001001111010011011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388AC; }

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

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

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

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

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

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

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

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