#B89DB7

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

Shades of London Hue #B89DB7

Tints of London Hue #B89DB7

Color information

#B89DB7 (or 0xB89DB7) is unknown color: approx London Hue. HEX triplet: B8, 9D and B7. RGB value is (184,157,183). Sum of RGB (Red+Green+Blue) = 184+157+183=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 184 - color contains mainly: red. Hex color #B89DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DB7 is #476248. Grayscale: #A7A7A7. Windows color (decimal): -4678217 or 12033464. OLE color: 12033464.

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

Color convert

RGB184157183-
CMYK00.150.010.28
HSL302.22º15.98%66.86%-
HSV(B)302.22º14.67%72.16%-
XYZ40.3737.7249.95-
YUV168.04136.45139.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=35.11%
G=29.96%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415718300.150.010.28302.2215.9866.86
HexB89DB70F11C12e1043
Octal27023526701713445620103
Binary10111000100111011011011101111111100100101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DB7; }

 p { color: rgb(184,157,183); }

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

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

 a { background-color: rgb(184,157,183); }

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

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

 span { border-color: rgb(184,157,183); }

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