#B89FB3

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

Shades of London Hue #B89FB3

Tints of London Hue #B89FB3

Color information

#B89FB3 (or 0xB89FB3) is unknown color: approx London Hue. HEX triplet: B8, 9F and B3. RGB value is (184,159,179). Sum of RGB (Red+Green+Blue) = 184+159+179=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB3 is #47604C. Grayscale: #A8A8A8. Windows color (decimal): -4677709 or 11771832. OLE color: 11771832.

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

Color convert

RGB184159179-
CMYK00.140.030.28
HSL312º14.97%67.25%-
HSV(B)312º13.59%72.16%-
XYZ40.338.2447.9-
YUV168.76133.78138.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 179 (70.31% from 255) = 34.29%
R=35.25%
G=30.46%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415917900.140.030.2831214.9767.25
HexB89FB30E31C138f43
Octal27023726301633447017103
Binary10111000100111111011001101110111110010011100011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FB3; }

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

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

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

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

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

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

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

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