#B88BAC

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

Shades of London Hue #B88BAC

Tints of London Hue #B88BAC

Color information

#B88BAC (or 0xB88BAC) is unknown color: approx London Hue. HEX triplet: B8, 8B and AC. RGB value is (184,139,172). Sum of RGB (Red+Green+Blue) = 184+139+172=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BAC is #477453. Grayscale: #9C9C9C. Windows color (decimal): -4682836 or 11307960. OLE color: 11307960.

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

Color convert

RGB184139172-
CMYK00.240.070.28
HSL316º24.06%63.33%-
HSV(B)316º24.46%72.16%-
XYZ36.4531.6343.21-
YUV156.22136.91147.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=37.17%
G=28.08%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413917200.240.070.2831624.0663.33
HexB88BAC01871C13c183f
Octal2702132540307344743077
Binary1011100010001011101011000110001111110010011110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BAC; }

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

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

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

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

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

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

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

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