#B89CB6

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

Shades of London Hue #B89CB6

Tints of London Hue #B89CB6

Color information

#B89CB6 (or 0xB89CB6) is unknown color: approx London Hue. HEX triplet: B8, 9C and B6. RGB value is (184,156,182). Sum of RGB (Red+Green+Blue) = 184+156+182=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 184 - color contains mainly: red. Hex color #B89CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89CB6 is #476349. Grayscale: #A7A7A7. Windows color (decimal): -4678474 or 11967672. OLE color: 11967672.

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

Color convert

RGB184156182-
CMYK00.150.010.28
HSL304.29º16.47%66.67%-
HSV(B)304.29º15.22%72.16%-
XYZ40.137.3449.35-
YUV167.34136.28139.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.25%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=35.25%
G=29.89%
B=34.87%

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
Decimal18415618200.150.010.28304.2916.4766.67
HexB89CB60F11C1301043
Octal27023426601713446020103
Binary10111000100111001011011001111111100100110000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89CB6; }

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

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

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

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

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

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

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

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