#BB7ABC

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

Shades of London Hue #BB7ABC

Tints of London Hue #BB7ABC

Color information

#BB7ABC (or 0xBB7ABC) is unknown color: approx London Hue. HEX triplet: BB, 7A and BC. RGB value is (187,122,188). Sum of RGB (Red+Green+Blue) = 187+122+188=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB7ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ABC is #448543. Grayscale: #949494. Windows color (decimal): -4490564 or 12352187. OLE color: 12352187.

HSL color Cylindrical-coordinate representation of color #BB7ABC: hue angle of 299.09º degrees, saturation: 0.33, 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 #BB7ABC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187122188-
CMYK0.010.3500.26
HSL299.09º33%60.78%-
HSV(B)299.09º35.11%73.73%-
XYZ36.5328.1151.08-
YUV148.96150.03155.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=37.63%
G=24.55%
B=37.83%

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
Decimal1871221880.010.3500.26299.093360.78
HexBB7ABC12301A12b213d
Octal2731722741430324534175
Binary101110111111010101111001100011011010100101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ABC; }

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

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

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

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

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

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

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

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