#B990B0

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

Shades of London Hue #B990B0

Tints of London Hue #B990B0

Color information

#B990B0 (or 0xB990B0) is unknown color: approx London Hue. HEX triplet: B9, 90 and B0. RGB value is (185,144,176). Sum of RGB (Red+Green+Blue) = 185+144+176=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990B0 is #466F4F. Grayscale: #9F9F9F. Windows color (decimal): -4616016 or 11571385. OLE color: 11571385.

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

Color convert

RGB185144176-
CMYK00.220.050.27
HSL313.17º22.65%64.51%-
HSV(B)313.17º22.16%72.55%-
XYZ37.8233.445.53-
YUV159.91137.08145.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=36.63%
G=28.51%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514417600.220.050.27313.1722.6564.51
HexB990B001651B1391741
Octal27122026002653347127101
Binary10111001100100001011000001011010111011100111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990B0; }

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

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

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

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

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

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

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

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