#B89DB2

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

Shades of London Hue #B89DB2

Tints of London Hue #B89DB2

Color information

#B89DB2 (or 0xB89DB2) is unknown color: approx London Hue. HEX triplet: B8, 9D and B2. RGB value is (184,157,178). Sum of RGB (Red+Green+Blue) = 184+157+178=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 184 - color contains mainly: red. Hex color #B89DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89DB2 is #47624D. Grayscale: #A7A7A7. Windows color (decimal): -4678222 or 11705784. OLE color: 11705784.

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

Color convert

RGB184157178-
CMYK00.150.030.28
HSL313.33º15.98%66.86%-
HSV(B)313.33º14.67%72.16%-
XYZ39.8637.5247.26-
YUV167.47133.95139.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 157 (61.72% from 255) = 30.25%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=35.45%
G=30.25%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415717800.150.030.28313.3315.9866.86
HexB89DB20F31C1391043
Octal27023526201733447120103
Binary101110001001110110110010011111111100100111001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DB2; }

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

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

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

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

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

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

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

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