#B793BA

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

Shades of London Hue #B793BA

Tints of London Hue #B793BA

Color information

#B793BA (or 0xB793BA) is unknown color: approx London Hue. HEX triplet: B7, 93 and BA. RGB value is (183,147,186). Sum of RGB (Red+Green+Blue) = 183+147+186=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #B793BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B793BA is #486C45. Grayscale: #A2A2A2. Windows color (decimal): -4746310 or 12227511. OLE color: 12227511.

HSL color Cylindrical-coordinate representation of color #B793BA: hue angle of 295.38º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B793BA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183147186-
CMYK0.020.2100.27
HSL295.38º22.03%65.29%-
HSV(B)295.38º20.97%72.94%-
XYZ38.8334.4851.06-
YUV162.21141.43142.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=35.47%
G=28.49%
B=36.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831471860.020.2100.27295.3822.0365.29
HexB793BA21501B1271641
Octal26722327222503344726101
Binary1011011110010011101110101010101011011100100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B793BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B793BA; }

 p { color: rgb(183,147,186); }

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

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

 a { background-color: rgb(183,147,186); }

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

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

 span { border-color: rgb(183,147,186); }

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