#B891B4

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

Shades of London Hue #B891B4

Tints of London Hue #B891B4

Color information

#B891B4 (or 0xB891B4) is unknown color: approx London Hue. HEX triplet: B8, 91 and B4. RGB value is (184,145,180). Sum of RGB (Red+Green+Blue) = 184+145+180=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B891B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B891B4 is #476E4B. Grayscale: #A0A0A0. Windows color (decimal): -4681292 or 11833784. OLE color: 11833784.

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

Color convert

RGB184145180-
CMYK00.210.020.28
HSL306.15º21.55%64.51%-
HSV(B)306.15º21.2%72.16%-
XYZ38.1333.7447.68-
YUV160.65138.92144.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.15%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 180 (70.70% from 255) = 35.36%
R=36.15%
G=28.49%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414518000.210.020.28306.1521.5564.51
HexB891B401521C1321641
Octal27022126402523446226101
Binary1011100010010001101101000101011011100100110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B891B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B891B4; }

 p { color: rgb(184,145,180); }

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

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

 a { background-color: rgb(184,145,180); }

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

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

 span { border-color: rgb(184,145,180); }

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