#BB90BC

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

Shades of London Hue #BB90BC

Tints of London Hue #BB90BC

Color information

#BB90BC (or 0xBB90BC) is unknown color: approx London Hue. HEX triplet: BB, 90 and BC. RGB value is (187,144,188). Sum of RGB (Red+Green+Blue) = 187+144+188=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB90BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90BC is #446F43. Grayscale: #A1A1A1. Windows color (decimal): -4484932 or 12357819. OLE color: 12357819.

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

Color convert

RGB187144188-
CMYK0.010.2300.26
HSL298.64º24.72%65.1%-
HSV(B)298.64º23.4%73.73%-
XYZ39.5434.1452.08-
YUV161.87142.75145.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=36.03%
G=27.75%
B=36.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871441880.010.2300.26298.6424.7265.1
HexBB90BC11701A12b1941
Octal27322027412703245331101
Binary101110111001000010111100110111011010100101011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90BC; }

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

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

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

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

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

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

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

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