#B990B9

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

Shades of London Hue #B990B9

Tints of London Hue #B990B9

Color information

#B990B9 (or 0xB990B9) is unknown color: approx London Hue. HEX triplet: B9, 90 and B9. RGB value is (185,144,185). Sum of RGB (Red+Green+Blue) = 185+144+185=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B990B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990B9 is #466F46. Grayscale: #A0A0A0. Windows color (decimal): -4616007 or 12161209. OLE color: 12161209.

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

Color convert

RGB185144185-
CMYK00.2200.27
HSL300º22.65%64.51%-
HSV(B)300º22.16%72.55%-
XYZ38.7433.7650.37-
YUV160.93141.58145.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=35.99%
G=28.02%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514418500.2200.2730022.6564.51
HexB990B901601B12c1741
Octal27122027102603345427101
Binary101110011001000010111001010110011011100101100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990B9; }

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

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

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

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

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

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

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

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