#B894BA

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

Shades of London Hue #B894BA

Tints of London Hue #B894BA

Color information

#B894BA (or 0xB894BA) is unknown color: approx London Hue. HEX triplet: B8, 94 and BA. RGB value is (184,148,186). Sum of RGB (Red+Green+Blue) = 184+148+186=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B894BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894BA is #476B45. Grayscale: #A2A2A2. Windows color (decimal): -4680518 or 12227768. OLE color: 12227768.

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

Color convert

RGB184148186-
CMYK0.010.2000.27
HSL296.84º21.59%65.49%-
HSV(B)296.84º20.43%72.94%-
XYZ39.2234.9251.13-
YUV163.1140.93142.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=35.52%
G=28.57%
B=35.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841481860.010.2000.27296.8421.5965.49
HexB894BA11401B1291641
Octal27022427212403345126101
Binary101110001001010010111010110100011011100101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B894BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B894BA; }

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

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

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

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

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

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

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

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