#B990AE

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

Shades of London Hue #B990AE

Tints of London Hue #B990AE

Color information

#B990AE (or 0xB990AE) is unknown color: approx London Hue. HEX triplet: B9, 90 and AE. RGB value is (185,144,174). Sum of RGB (Red+Green+Blue) = 185+144+174=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B990AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B990AE is #466F51. Grayscale: #9F9F9F. Windows color (decimal): -4616018 or 11440313. OLE color: 11440313.

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

Color convert

RGB185144174-
CMYK00.220.060.27
HSL316.1º22.65%64.51%-
HSV(B)316.1º22.16%72.55%-
XYZ37.6233.3244.49-
YUV159.68136.08146.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=36.78%
G=28.63%
B=34.59%

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
Decimal18514417400.220.060.27316.122.6564.51
HexB990AE01661B13c1741
Octal27122025602663347427101
Binary10111001100100001010111001011011011011100111100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B990AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B990AE; }

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

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

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

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

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

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

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

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