#BB7ABD

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

Shades of London Hue #BB7ABD

Tints of London Hue #BB7ABD

Color information

#BB7ABD (or 0xBB7ABD) is unknown color: approx London Hue. HEX triplet: BB, 7A and BD. RGB value is (187,122,189). Sum of RGB (Red+Green+Blue) = 187+122+189=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ABD is #448542. Grayscale: #949494. Windows color (decimal): -4490563 or 12417723. OLE color: 12417723.

HSL color Cylindrical-coordinate representation of color #BB7ABD: hue angle of 298.21º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7ABD is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187122189-
CMYK0.010.3500.26
HSL298.21º33.67%60.98%-
HSV(B)298.21º35.45%74.12%-
XYZ36.6428.1651.65-
YUV149.07150.53155.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 189 (74.22% from 255) = 37.95%
R=37.55%
G=24.50%
B=37.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871221890.010.3500.26298.2133.6760.98
HexBB7ABD12301A12a223d
Octal2731722751430324524275
Binary101110111111010101111011100011011010100101010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ABD; }

 p { color: rgb(187,122,189); }

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

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

 a { background-color: rgb(187,122,189); }

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

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

 span { border-color: rgb(187,122,189); }

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