#B785AA

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

Shades of London Hue #B785AA

Tints of London Hue #B785AA

Color information

#B785AA (or 0xB785AA) is unknown color: approx London Hue. HEX triplet: B7, 85 and AA. RGB value is (183,133,170). Sum of RGB (Red+Green+Blue) = 183+133+170=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B785AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B785AA is #487A55. Grayscale: #989898. Windows color (decimal): -4749910 or 11175351. OLE color: 11175351.

HSL color Cylindrical-coordinate representation of color #B785AA: hue angle of 315.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B785AA is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183133170-
CMYK00.270.070.28
HSL315.6º25.77%61.96%-
HSV(B)315.6º27.32%71.76%-
XYZ35.1729.7441.92-
YUV152.17138.06149.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.65%
GREEN value IS 133 (52.34% from 255) = 27.37%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=37.65%
G=27.37%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313317000.270.070.28315.625.7761.96
HexB785AA01B71C13c1a3e
Octal2672052520337344743276
Binary1011011110000101101010100110111111110010011110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785AA; }

 p { color: rgb(183,133,170); }

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

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

 a { background-color: rgb(183,133,170); }

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

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

 span { border-color: rgb(183,133,170); }

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