#B88DB7

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

Shades of London Hue #B88DB7

Tints of London Hue #B88DB7

Color information

#B88DB7 (or 0xB88DB7) is unknown color: approx London Hue. HEX triplet: B8, 8D and B7. RGB value is (184,141,183). Sum of RGB (Red+Green+Blue) = 184+141+183=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B88DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DB7 is #477248. Grayscale: #9E9E9E. Windows color (decimal): -4682313 or 12029368. OLE color: 12029368.

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

Color convert

RGB184141183-
CMYK00.230.010.28
HSL301.4º23.24%63.73%-
HSV(B)301.4º23.37%72.16%-
XYZ37.8432.6649.11-
YUV158.64141.75146.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.22%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=36.22%
G=27.76%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414118300.230.010.28301.423.2463.73
HexB88DB701711C12d1740
Octal27021526702713445527100
Binary101110001000110110110111010111111100100101101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DB7; }

 p { color: rgb(184,141,183); }

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

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

 a { background-color: rgb(184,141,183); }

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

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

 span { border-color: rgb(184,141,183); }

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