#B990B7

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

Shades of London Hue #B990B7

Tints of London Hue #B990B7

Color information

#B990B7 (or 0xB990B7) is unknown color: approx London Hue. HEX triplet: B9, 90 and B7. RGB value is (185,144,183). Sum of RGB (Red+Green+Blue) = 185+144+183=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990B7 is #466F48. Grayscale: #A0A0A0. Windows color (decimal): -4616009 or 12030137. OLE color: 12030137.

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

Color convert

RGB185144183-
CMYK00.220.010.27
HSL302.93º22.65%64.51%-
HSV(B)302.93º22.16%72.55%-
XYZ38.5333.6849.27-
YUV160.7140.58145.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=36.13%
G=28.12%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514418300.220.010.27302.9322.6564.51
HexB990B701611B12f1741
Octal27122026702613345727101
Binary101110011001000010110111010110111011100101111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990B7; }

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

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

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

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

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

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

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

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