#B88BB5

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

Shades of London Hue #B88BB5

Tints of London Hue #B88BB5

Color information

#B88BB5 (or 0xB88BB5) is unknown color: approx London Hue. HEX triplet: B8, 8B and B5. RGB value is (184,139,181). Sum of RGB (Red+Green+Blue) = 184+139+181=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BB5 is #47744A. Grayscale: #9D9D9D. Windows color (decimal): -4682827 or 11897784. OLE color: 11897784.

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

Color convert

RGB184139181-
CMYK00.240.020.28
HSL304º24.06%63.33%-
HSV(B)304º24.46%72.16%-
XYZ37.3431.9947.92-
YUV157.24141.41147.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=36.51%
G=27.58%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413918100.240.020.2830424.0663.33
HexB88BB501821C130183f
Octal2702132650302344603077
Binary101110001000101110110101011000101110010011000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BB5; }

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

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

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

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

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

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

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

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