#B88BB3

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

Shades of London Hue #B88BB3

Tints of London Hue #B88BB3

Color information

#B88BB3 (or 0xB88BB3) is unknown color: approx London Hue. HEX triplet: B8, 8B and B3. RGB value is (184,139,179). Sum of RGB (Red+Green+Blue) = 184+139+179=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BB3 is #47744C. Grayscale: #9C9C9C. Windows color (decimal): -4682829 or 11766712. OLE color: 11766712.

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

Color convert

RGB184139179-
CMYK00.240.030.28
HSL306.67º24.06%63.33%-
HSV(B)306.67º24.46%72.16%-
XYZ37.1431.9146.85-
YUV157.01140.41147.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 179 (70.31% from 255) = 35.66%
R=36.65%
G=27.69%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413917900.240.030.28306.6724.0663.33
HexB88BB301831C133183f
Octal2702132630303344633077
Binary101110001000101110110011011000111110010011001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BB3; }

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

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

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

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

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

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

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

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