#B289B4

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

Shades of London Hue #B289B4

Tints of London Hue #B289B4

Color information

#B289B4 (or 0xB289B4) is unknown color: approx London Hue. HEX triplet: B2, 89 and B4. RGB value is (178,137,180). Sum of RGB (Red+Green+Blue) = 178+137+180=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #B289B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289B4 is #4D764B. Grayscale: #9A9A9A. Windows color (decimal): -5076556 or 11831730. OLE color: 11831730.

HSL color Cylindrical-coordinate representation of color #B289B4: hue angle of 297.21º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B289B4 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178137180-
CMYK0.010.2400.29
HSL297.21º22.28%62.16%-
HSV(B)297.21º23.89%70.59%-
XYZ35.5430.6547.22-
YUV154.16142.58145-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=35.96%
G=27.68%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781371800.010.2400.29297.2122.2862.16
HexB289B411801D129163e
Octal2622112641300354512676
Binary10110010100010011011010011100001110110010100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289B4; }

 p { color: rgb(178,137,180); }

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

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

 a { background-color: rgb(178,137,180); }

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

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

 span { border-color: rgb(178,137,180); }

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