#B790AD

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

Shades of London Hue #B790AD

Tints of London Hue #B790AD

Color information

#B790AD (or 0xB790AD) is unknown color: approx London Hue. HEX triplet: B7, 90 and AD. RGB value is (183,144,173). Sum of RGB (Red+Green+Blue) = 183+144+173=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B790AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B790AD is #486F52. Grayscale: #9E9E9E. Windows color (decimal): -4747091 or 11374775. OLE color: 11374775.

HSL color Cylindrical-coordinate representation of color #B790AD: hue angle of 315.38º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B790AD is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183144173-
CMYK00.210.050.28
HSL315.38º21.31%64.12%-
HSV(B)315.38º21.31%71.76%-
XYZ37.0433.0343.96-
YUV158.97135.92145.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.6%
GREEN value IS 144 (56.64% from 255) = 28.8%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=36.6%
G=28.8%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314417300.210.050.28315.3821.3164.12
HexB790AD01551C13b1540
Octal26722025502553447325100
Binary10110111100100001010110101010110111100100111011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790AD; }

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

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

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

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

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

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

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

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