#BB8BBD

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

Shades of London Hue #BB8BBD

Tints of London Hue #BB8BBD

Color information

#BB8BBD (or 0xBB8BBD) is unknown color: approx London Hue. HEX triplet: BB, 8B and BD. RGB value is (187,139,189). Sum of RGB (Red+Green+Blue) = 187+139+189=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB8BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BBD is #447442. Grayscale: #9E9E9E. Windows color (decimal): -4486211 or 12422075. OLE color: 12422075.

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

Color convert

RGB187139189-
CMYK0.010.2600.26
HSL297.6º27.47%64.31%-
HSV(B)297.6º26.46%74.12%-
XYZ38.9132.752.41-
YUV159.05144.9147.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 139 (54.69% from 255) = 26.99%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=36.31%
G=26.99%
B=36.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871391890.010.2600.26297.627.4764.31
HexBB8BBD11A01A12a1b40
Octal27321327513203245233100
Binary101110111000101110111101111010011010100101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BBD; }

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

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

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

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

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

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

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

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