#B89CB5

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

Shades of London Hue #B89CB5

Tints of London Hue #B89CB5

Color information

#B89CB5 (or 0xB89CB5) is unknown color: approx London Hue. HEX triplet: B8, 9C and B5. RGB value is (184,156,181). Sum of RGB (Red+Green+Blue) = 184+156+181=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B89CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CB5 is #47634A. Grayscale: #A7A7A7. Windows color (decimal): -4678475 or 11902136. OLE color: 11902136.

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

Color convert

RGB184156181-
CMYK00.150.020.28
HSL306.43º16.47%66.67%-
HSV(B)306.43º15.22%72.16%-
XYZ4037.348.81-
YUV167.22135.78139.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.32%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=35.32%
G=29.94%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415618100.150.020.28306.4316.4766.67
HexB89CB50F21C1321043
Octal27023426501723446220103
Binary101110001001110010110101011111011100100110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CB5; }

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

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

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

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

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

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

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

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