#B990AD

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

Shades of London Hue #B990AD

Tints of London Hue #B990AD

Color information

#B990AD (or 0xB990AD) is unknown color: approx London Hue. HEX triplet: B9, 90 and AD. RGB value is (185,144,173). Sum of RGB (Red+Green+Blue) = 185+144+173=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B990AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990AD is #466F52. Grayscale: #9F9F9F. Windows color (decimal): -4616019 or 11374777. OLE color: 11374777.

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

Color convert

RGB185144173-
CMYK00.220.060.27
HSL317.56º22.65%64.51%-
HSV(B)317.56º22.16%72.55%-
XYZ37.5233.2843.98-
YUV159.56135.58146.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=36.85%
G=28.69%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514417300.220.060.27317.5622.6564.51
HexB990AD01661B13e1741
Octal27122025502663347627101
Binary10111001100100001010110101011011011011100111110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990AD; }

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

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

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

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

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

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

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

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