#B782AC

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

Shades of London Hue #B782AC

Tints of London Hue #B782AC

Color information

#B782AC (or 0xB782AC) is unknown color: approx London Hue. HEX triplet: B7, 82 and AC. RGB value is (183,130,172). Sum of RGB (Red+Green+Blue) = 183+130+172=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 183 - color contains mainly: red. Hex color #B782AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782AC is #487D53. Grayscale: #969696. Windows color (decimal): -4750676 or 11305655. OLE color: 11305655.

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

Color convert

RGB183130172-
CMYK00.290.060.28
HSL312.45º26.9%61.37%-
HSV(B)312.45º28.96%71.76%-
XYZ34.9629.0142.79-
YUV150.64140.06151.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 130 (51.17% from 255) = 26.80%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=37.73%
G=26.80%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313017200.290.060.28312.4526.961.37
HexB782AC01D61C1381b3d
Octal2672022540356344703375
Binary1011011110000010101011000111011101110010011100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782AC; }

 p { color: rgb(183,130,172); }

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

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

 a { background-color: rgb(183,130,172); }

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

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

 span { border-color: rgb(183,130,172); }

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