#B88AAC

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

Shades of London Hue #B88AAC

Tints of London Hue #B88AAC

Color information

#B88AAC (or 0xB88AAC) is unknown color: approx London Hue. HEX triplet: B8, 8A and AC. RGB value is (184,138,172). Sum of RGB (Red+Green+Blue) = 184+138+172=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B88AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88AAC is #477553. Grayscale: #9B9B9B. Windows color (decimal): -4683092 or 11307704. OLE color: 11307704.

HSL color Cylindrical-coordinate representation of color #B88AAC: hue angle of 315.65º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88AAC is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184138172-
CMYK00.250.070.28
HSL315.65º24.47%63.14%-
HSV(B)315.65º25%72.16%-
XYZ36.331.3543.17-
YUV155.63137.24148.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=37.25%
G=27.94%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413817200.250.070.28315.6524.4763.14
HexB88AAC01971C13c183f
Octal2702122540317344743077
Binary1011100010001010101011000110011111110010011110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AAC; }

 p { color: rgb(184,138,172); }

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

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

 a { background-color: rgb(184,138,172); }

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

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

 span { border-color: rgb(184,138,172); }

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