#B89DB3

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

Shades of London Hue #B89DB3

Tints of London Hue #B89DB3

Color information

#B89DB3 (or 0xB89DB3) is unknown color: approx London Hue. HEX triplet: B8, 9D and B3. RGB value is (184,157,179). Sum of RGB (Red+Green+Blue) = 184+157+179=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B89DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DB3 is #47624C. Grayscale: #A7A7A7. Windows color (decimal): -4678221 or 11771320. OLE color: 11771320.

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

Color convert

RGB184157179-
CMYK00.150.030.28
HSL311.11º15.98%66.86%-
HSV(B)311.11º14.67%72.16%-
XYZ39.9637.5647.79-
YUV167.58134.45139.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=35.38%
G=30.19%
B=34.42%

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
Decimal18415717900.150.030.28311.1115.9866.86
HexB89DB30F31C1371043
Octal27023526301733446720103
Binary101110001001110110110011011111111100100110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DB3; }

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

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

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

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

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

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

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

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