#BB8CBA

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

Shades of London Hue #BB8CBA

Tints of London Hue #BB8CBA

Color information

#BB8CBA (or 0xBB8CBA) is unknown color: approx London Hue. HEX triplet: BB, 8C and BA. RGB value is (187,140,186). Sum of RGB (Red+Green+Blue) = 187+140+186=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CBA is #447345. Grayscale: #9F9F9F. Windows color (decimal): -4485958 or 12225723. OLE color: 12225723.

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

Color convert

RGB187140186-
CMYK00.250.010.27
HSL301.28º25.68%64.12%-
HSV(B)301.28º25.13%73.33%-
XYZ38.7332.8750.76-
YUV159.3143.07147.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=36.45%
G=27.29%
B=36.26%

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
Decimal18714018600.250.010.27301.2825.6864.12
HexBB8CBA01911B12d1a40
Octal27321427203113345532100
Binary101110111000110010111010011001111011100101101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CBA; }

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

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

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

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

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

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

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

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