#B89FB6

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

Shades of London Hue #B89FB6

Tints of London Hue #B89FB6

Color information

#B89FB6 (or 0xB89FB6) is unknown color: approx London Hue. HEX triplet: B8, 9F and B6. RGB value is (184,159,182). Sum of RGB (Red+Green+Blue) = 184+159+182=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB6 is #476049. Grayscale: #A9A9A9. Windows color (decimal): -4677706 or 11968440. OLE color: 11968440.

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

Color convert

RGB184159182-
CMYK00.140.010.28
HSL304.8º14.97%67.25%-
HSV(B)304.8º13.59%72.16%-
XYZ40.6138.3649.52-
YUV169.1135.28138.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 182 (71.48% from 255) = 34.67%
R=35.05%
G=30.29%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415918200.140.010.28304.814.9767.25
HexB89FB60E11C131f43
Octal27023726601613446117103
Binary1011100010011111101101100111011110010011000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FB6; }

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

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

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

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

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

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

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

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