#B890AF

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

Shades of London Hue #B890AF

Tints of London Hue #B890AF

Color information

#B890AF (or 0xB890AF) is unknown color: approx London Hue. HEX triplet: B8, 90 and AF. RGB value is (184,144,175). Sum of RGB (Red+Green+Blue) = 184+144+175=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B890AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B890AF is #476F50. Grayscale: #9F9F9F. Windows color (decimal): -4681553 or 11505848. OLE color: 11505848.

HSL color Cylindrical-coordinate representation of color #B890AF: hue angle of 313.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B890AF is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB184144175-
CMYK00.220.050.28
HSL313.5º21.98%64.31%-
HSV(B)313.5º21.74%72.16%-
XYZ37.4833.2345-
YUV159.49136.75145.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=36.58%
G=28.63%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414417500.220.050.28313.521.9864.31
HexB890AF01651C13a1640
Octal27022025702653447226100
Binary10111000100100001010111101011010111100100111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890AF; }

 p { color: rgb(184,144,175); }

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

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

 a { background-color: rgb(184,144,175); }

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

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

 span { border-color: rgb(184,144,175); }

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