#BB8DBA

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

Shades of London Hue #BB8DBA

Tints of London Hue #BB8DBA

Color information

#BB8DBA (or 0xBB8DBA) is unknown color: approx London Hue. HEX triplet: BB, 8D and BA. RGB value is (187,141,186). Sum of RGB (Red+Green+Blue) = 187+141+186=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DBA is #447245. Grayscale: #9F9F9F. Windows color (decimal): -4485702 or 12225979. OLE color: 12225979.

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

Color convert

RGB187141186-
CMYK00.250.010.27
HSL301.3º25.27%64.31%-
HSV(B)301.3º24.6%73.33%-
XYZ38.8833.1650.81-
YUV159.88142.74147.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=36.38%
G=27.43%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714118600.250.010.27301.325.2764.31
HexBB8DBA01911B12d1940
Octal27321527203113345531100
Binary101110111000110110111010011001111011100101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DBA; }

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

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

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

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

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

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

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

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