#B289AF

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

Shades of London Hue #B289AF

Tints of London Hue #B289AF

Color information

#B289AF (or 0xB289AF) is unknown color: approx London Hue. HEX triplet: B2, 89 and AF. RGB value is (178,137,175). Sum of RGB (Red+Green+Blue) = 178+137+175=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B289AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B289AF is #4D7650. Grayscale: #999999. Windows color (decimal): -5076561 or 11504050. OLE color: 11504050.

HSL color Cylindrical-coordinate representation of color #B289AF: hue angle of 304.39º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B289AF is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB178137175-
CMYK00.230.020.30
HSL304.39º21.03%61.76%-
HSV(B)304.39º23.03%69.8%-
XYZ35.0430.4544.59-
YUV153.59140.08145.41-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.33%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=36.33%
G=27.96%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813717500.230.020.30304.3921.0361.76
HexB289AF01721E130153e
Octal2622112570272364602576
Binary101100101000100110101111010111101111010011000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289AF; }

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

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

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

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

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

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

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

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