#BB8DBC

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

Shades of London Hue #BB8DBC

Tints of London Hue #BB8DBC

Color information

#BB8DBC (or 0xBB8DBC) is unknown color: approx London Hue. HEX triplet: BB, 8D and BC. RGB value is (187,141,188). Sum of RGB (Red+Green+Blue) = 187+141+188=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB8DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DBC is #447243. Grayscale: #9F9F9F. Windows color (decimal): -4485700 or 12357051. OLE color: 12357051.

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

Color convert

RGB187141188-
CMYK0.010.2500.26
HSL298.72º25.97%64.51%-
HSV(B)298.72º25%73.73%-
XYZ39.133.2551.93-
YUV160.11143.74147.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=36.24%
G=27.33%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871411880.010.2500.26298.7225.9764.51
HexBB8DBC11901A12b1a41
Octal27321527413103245332101
Binary101110111000110110111100111001011010100101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DBC; }

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

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

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

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

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

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

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

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