#B89FB5

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

Shades of London Hue #B89FB5

Tints of London Hue #B89FB5

Color information

#B89FB5 (or 0xB89FB5) is unknown color: approx London Hue. HEX triplet: B8, 9F and B5. RGB value is (184,159,181). Sum of RGB (Red+Green+Blue) = 184+159+181=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB5 is #47604A. Grayscale: #A8A8A8. Windows color (decimal): -4677707 or 11902904. OLE color: 11902904.

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

Color convert

RGB184159181-
CMYK00.140.020.28
HSL307.2º14.97%67.25%-
HSV(B)307.2º13.59%72.16%-
XYZ40.5138.3248.98-
YUV168.98134.78138.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=35.11%
G=30.34%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415918100.140.020.28307.214.9767.25
HexB89FB50E21C133f43
Octal27023726501623446317103
Binary10111000100111111011010101110101110010011001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FB5; }

 p { color: rgb(184,159,181); }

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

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

 a { background-color: rgb(184,159,181); }

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

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

 span { border-color: rgb(184,159,181); }

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