#B88BBA

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

Shades of London Hue #B88BBA

Tints of London Hue #B88BBA

Color information

#B88BBA (or 0xB88BBA) is unknown color: approx London Hue. HEX triplet: B8, 8B and BA. RGB value is (184,139,186). Sum of RGB (Red+Green+Blue) = 184+139+186=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B88BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BBA is #477445. Grayscale: #9D9D9D. Windows color (decimal): -4682822 or 12225464. OLE color: 12225464.

HSL color Cylindrical-coordinate representation of color #B88BBA: hue angle of 297.45º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B88BBA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184139186-
CMYK0.010.2500.27
HSL297.45º25.41%63.73%-
HSV(B)297.45º25.27%72.94%-
XYZ37.8632.250.67-
YUV157.81143.91146.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=36.15%
G=27.31%
B=36.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841391860.010.2500.27297.4525.4163.73
HexB88BBA11901B1291940
Octal27021327213103345131100
Binary101110001000101110111010111001011011100101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BBA; }

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

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

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

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

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

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

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

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