#B89CB2

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

Shades of London Hue #B89CB2

Tints of London Hue #B89CB2

Color information

#B89CB2 (or 0xB89CB2) is unknown color: approx London Hue. HEX triplet: B8, 9C and B2. RGB value is (184,156,178). Sum of RGB (Red+Green+Blue) = 184+156+178=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 178 (69.92% from 255 or 34.36% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B89CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89CB2 is #47634D. Grayscale: #A6A6A6. Windows color (decimal): -4678478 or 11705528. OLE color: 11705528.

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

Color convert

RGB184156178-
CMYK00.150.030.28
HSL312.86º16.47%66.67%-
HSV(B)312.86º15.22%72.16%-
XYZ39.6937.1847.2-
YUV166.88134.28140.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 178 (69.92% from 255) = 34.36%
R=35.52%
G=30.12%
B=34.36%

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
Decimal18415617800.150.030.28312.8616.4766.67
HexB89CB20F31C1391043
Octal27023426201733447120103
Binary101110001001110010110010011111111100100111001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CB2; }

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

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

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

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

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

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

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

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