#B7A3B4

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

Shades of London Hue #B7A3B4

Tints of London Hue #B7A3B4

Color information

#B7A3B4 (or 0xB7A3B4) is unknown color: approx London Hue. HEX triplet: B7, A3 and B4. RGB value is (183,163,180). Sum of RGB (Red+Green+Blue) = 183+163+180=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A3B4 is #485C4B. Grayscale: #AAAAAA. Windows color (decimal): -4742220 or 11838391. OLE color: 11838391.

HSL color Cylindrical-coordinate representation of color #B7A3B4: hue angle of 309º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7A3B4 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB183163180-
CMYK00.110.020.28
HSL309º12.2%67.84%-
HSV(B)309º10.93%71.76%-
XYZ40.8639.5648.66-
YUV170.92133.13136.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 163 (64.06% from 255) = 30.99%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=34.79%
G=30.99%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316318000.110.020.2830912.267.84
HexB7A3B40B21C135c44
Octal26724326401323446514104
Binary10110111101000111011010001011101110010011010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A3B4; }

 p { color: rgb(183,163,180); }

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

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

 a { background-color: rgb(183,163,180); }

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

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

 span { border-color: rgb(183,163,180); }

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