#BB8ABD

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

Shades of London Hue #BB8ABD

Tints of London Hue #BB8ABD

Color information

#BB8ABD (or 0xBB8ABD) is unknown color: approx London Hue. HEX triplet: BB, 8A and BD. RGB value is (187,138,189). Sum of RGB (Red+Green+Blue) = 187+138+189=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ABD is #447542. Grayscale: #9E9E9E. Windows color (decimal): -4486467 or 12421819. OLE color: 12421819.

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

Color convert

RGB187138189-
CMYK0.010.2700.26
HSL297.65º27.87%64.12%-
HSV(B)297.65º26.98%74.12%-
XYZ38.7732.4252.36-
YUV158.46145.23148.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=36.38%
G=26.85%
B=36.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871381890.010.2700.26297.6527.8764.12
HexBB8ABD11B01A12a1c40
Octal27321227513303245234100
Binary101110111000101010111101111011011010100101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ABD; }

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

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

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

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

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

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

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

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