#BB8FBA

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

Shades of London Hue #BB8FBA

Tints of London Hue #BB8FBA

Color information

#BB8FBA (or 0xBB8FBA) is unknown color: approx London Hue. HEX triplet: BB, 8F and BA. RGB value is (187,143,186). Sum of RGB (Red+Green+Blue) = 187+143+186=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FBA is #447045. Grayscale: #A0A0A0. Windows color (decimal): -4485190 or 12226491. OLE color: 12226491.

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

Color convert

RGB187143186-
CMYK00.240.010.27
HSL301.36º24.44%64.71%-
HSV(B)301.36º23.53%73.33%-
XYZ39.1833.7550.9-
YUV161.06142.08146.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=36.24%
G=27.71%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714318600.240.010.27301.3624.4464.71
HexBB8FBA01811B12d1841
Octal27321727203013345530101
Binary101110111000111110111010011000111011100101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FBA; }

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

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

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

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

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

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

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

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