#B990BA

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

Shades of London Hue #B990BA

Tints of London Hue #B990BA

Color information

#B990BA (or 0xB990BA) is unknown color: approx London Hue. HEX triplet: B9, 90 and BA. RGB value is (185,144,186). Sum of RGB (Red+Green+Blue) = 185+144+186=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #B990BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990BA is #466F45. Grayscale: #A0A0A0. Windows color (decimal): -4616006 or 12226745. OLE color: 12226745.

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

Color convert

RGB185144186-
CMYK0.010.2300.27
HSL298.57º23.33%64.71%-
HSV(B)298.57º22.58%72.94%-
XYZ38.8433.8150.93-
YUV161.05142.08145.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=35.92%
G=27.96%
B=36.12%

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
Decimal1851441860.010.2300.27298.5723.3364.71
HexB990BA11701B12b1741
Octal27122027212703345327101
Binary101110011001000010111010110111011011100101011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990BA; }

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

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

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

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

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

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

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

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