#B893AD

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

Shades of London Hue #B893AD

Tints of London Hue #B893AD

Color information

#B893AD (or 0xB893AD) is unknown color: approx London Hue. HEX triplet: B8, 93 and AD. RGB value is (184,147,173). Sum of RGB (Red+Green+Blue) = 184+147+173=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B893AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B893AD is #476C52. Grayscale: #A0A0A0. Windows color (decimal): -4680787 or 11375544. OLE color: 11375544.

HSL color Cylindrical-coordinate representation of color #B893AD: hue angle of 317.84º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B893AD is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184147173-
CMYK00.200.060.28
HSL317.84º20.67%64.9%-
HSV(B)317.84º20.11%72.16%-
XYZ37.7434.0744.12-
YUV161.03134.76144.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=36.51%
G=29.17%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414717300.200.060.28317.8420.6764.9
HexB893AD01461C13e1541
Octal27022325502463447625101
Binary10111000100100111010110101010011011100100111110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893AD; }

 p { color: rgb(184,147,173); }

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

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

 a { background-color: rgb(184,147,173); }

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

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

 span { border-color: rgb(184,147,173); }

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