#B388AB

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

Shades of London Hue #B388AB

Tints of London Hue #B388AB

Color information

#B388AB (or 0xB388AB) is unknown color: approx London Hue. HEX triplet: B3, 88 and AB. RGB value is (179,136,171). Sum of RGB (Red+Green+Blue) = 179+136+171=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B388AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B388AB is #4C7754. Grayscale: #989898. Windows color (decimal): -5011285 or 11241651. OLE color: 11241651.

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

Color convert

RGB179136171-
CMYK00.240.040.30
HSL311.16º22.05%61.76%-
HSV(B)311.16º24.02%70.2%-
XYZ34.7530.1342.51-
YUV152.85138.25146.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=36.83%
G=27.98%
B=35.19%

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
Decimal17913617100.240.040.30311.1622.0561.76
HexB388AB01841E137163e
Octal2632102530304364672676
Binary1011001110001000101010110110001001111010011011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388AB; }

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

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

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

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

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

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

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

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