#B990B8

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

Shades of London Hue #B990B8

Tints of London Hue #B990B8

Color information

#B990B8 (or 0xB990B8) is unknown color: approx London Hue. HEX triplet: B9, 90 and B8. RGB value is (185,144,184). Sum of RGB (Red+Green+Blue) = 185+144+184=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990B8 is #466F47. Grayscale: #A0A0A0. Windows color (decimal): -4616008 or 12095673. OLE color: 12095673.

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

Color convert

RGB185144184-
CMYK00.220.010.27
HSL301.46º22.65%64.51%-
HSV(B)301.46º22.16%72.55%-
XYZ38.6333.7249.82-
YUV160.82141.08145.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=36.06%
G=28.07%
B=35.87%

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
Decimal18514418400.220.010.27301.4622.6564.51
HexB990B801611B12d1741
Octal27122027002613345527101
Binary101110011001000010111000010110111011100101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990B8; }

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

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

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

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

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

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

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

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