#B893BA

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

Shades of London Hue #B893BA

Tints of London Hue #B893BA

Color information

#B893BA (or 0xB893BA) is unknown color: approx London Hue. HEX triplet: B8, 93 and BA. RGB value is (184,147,186). Sum of RGB (Red+Green+Blue) = 184+147+186=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 186 - color contains mainly: blue. Hex color #B893BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893BA is #476C45. Grayscale: #A2A2A2. Windows color (decimal): -4680774 or 12227512. OLE color: 12227512.

HSL color Cylindrical-coordinate representation of color #B893BA: hue angle of 296.92º 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 #B893BA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB184147186-
CMYK0.010.2100.27
HSL296.92º22.03%65.29%-
HSV(B)296.92º20.97%72.94%-
XYZ39.0634.651.07-
YUV162.51141.26143.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=35.59%
G=28.43%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841471860.010.2100.27296.9222.0365.29
HexB893BA11501B1291641
Octal27022327212503345126101
Binary101110001001001110111010110101011011100101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893BA; }

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

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

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

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

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

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

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

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