#B782AB

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

Shades of London Hue #B782AB

Tints of London Hue #B782AB

Color information

#B782AB (or 0xB782AB) is unknown color: approx London Hue. HEX triplet: B7, 82 and AB. RGB value is (183,130,171). Sum of RGB (Red+Green+Blue) = 183+130+171=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 183 - color contains mainly: red. Hex color #B782AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782AB is #487D54. Grayscale: #969696. Windows color (decimal): -4750677 or 11240119. OLE color: 11240119.

HSL color Cylindrical-coordinate representation of color #B782AB: hue angle of 313.58º 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 #B782AB is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183130171-
CMYK00.290.070.28
HSL313.58º26.9%61.37%-
HSV(B)313.58º28.96%71.76%-
XYZ34.8628.9742.28-
YUV150.52139.56151.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 130 (51.17% from 255) = 26.86%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=37.81%
G=26.86%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313017100.290.070.28313.5826.961.37
HexB782AB01D71C13a1b3d
Octal2672022530357344723375
Binary1011011110000010101010110111011111110010011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782AB; }

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

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

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

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

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

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

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

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