#B89FB4

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

Shades of London Hue #B89FB4

Tints of London Hue #B89FB4

Color information

#B89FB4 (or 0xB89FB4) is unknown color: approx London Hue. HEX triplet: B8, 9F and B4. RGB value is (184,159,180). Sum of RGB (Red+Green+Blue) = 184+159+180=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B89FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FB4 is #47604B. Grayscale: #A8A8A8. Windows color (decimal): -4677708 or 11837368. OLE color: 11837368.

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

Color convert

RGB184159180-
CMYK00.140.020.28
HSL309.6º14.97%67.25%-
HSV(B)309.6º13.59%72.16%-
XYZ40.438.2848.44-
YUV168.87134.28138.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=35.18%
G=30.40%
B=34.42%

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
Decimal18415918000.140.020.28309.614.9767.25
HexB89FB40E21C136f43
Octal27023726401623446617103
Binary10111000100111111011010001110101110010011011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FB4; }

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

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

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

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

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

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

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

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