#B990BB

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

Shades of London Hue #B990BB

Tints of London Hue #B990BB

Color information

#B990BB (or 0xB990BB) is unknown color: approx London Hue. HEX triplet: B9, 90 and BB. RGB value is (185,144,187). Sum of RGB (Red+Green+Blue) = 185+144+187=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 187 - color contains mainly: blue. Hex color #B990BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BB is #466F44. Grayscale: #A1A1A1. Windows color (decimal): -4616005 or 12292281. OLE color: 12292281.

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

Color convert

RGB185144187-
CMYK0.010.2300.27
HSL297.21º24.02%64.9%-
HSV(B)297.21º22.99%73.33%-
XYZ38.9533.8551.49-
YUV161.16142.58145-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 144 (56.64% from 255) = 27.91%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=35.85%
G=27.91%
B=36.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851441870.010.2300.27297.2124.0264.9
HexB990BB11701B1291841
Octal27122027312703345130101
Binary101110011001000010111011110111011011100101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990BB; }

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

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

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

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

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

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

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

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