#B88BAD

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

Shades of London Hue #B88BAD

Tints of London Hue #B88BAD

Color information

#B88BAD (or 0xB88BAD) is unknown color: approx London Hue. HEX triplet: B8, 8B and AD. RGB value is (184,139,173). Sum of RGB (Red+Green+Blue) = 184+139+173=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88BAD is #477452. Grayscale: #9C9C9C. Windows color (decimal): -4682835 or 11373496. OLE color: 11373496.

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

Color convert

RGB184139173-
CMYK00.240.060.28
HSL314.67º24.06%63.33%-
HSV(B)314.67º24.46%72.16%-
XYZ36.5431.6743.72-
YUV156.33137.41147.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=37.10%
G=28.02%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413917300.240.060.28314.6724.0663.33
HexB88BAD01861C13b183f
Octal2702132550306344733077
Binary1011100010001011101011010110001101110010011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BAD; }

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

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

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

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

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

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

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

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