#B885AC

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

Shades of London Hue #B885AC

Tints of London Hue #B885AC

Color information

#B885AC (or 0xB885AC) is unknown color: approx London Hue. HEX triplet: B8, 85 and AC. RGB value is (184,133,172). Sum of RGB (Red+Green+Blue) = 184+133+172=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B885AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B885AC is #477A53. Grayscale: #989898. Windows color (decimal): -4684372 or 11306424. OLE color: 11306424.

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

Color convert

RGB184133172-
CMYK00.280.070.28
HSL314.12º26.42%62.16%-
HSV(B)314.12º27.72%72.16%-
XYZ35.629.9442.93-
YUV152.7138.9150.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=37.63%
G=27.20%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413317200.280.070.28314.1226.4262.16
HexB885AC01C71C13a1a3e
Octal2702052540347344723276
Binary1011100010000101101011000111001111110010011101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885AC; }

 p { color: rgb(184,133,172); }

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

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

 a { background-color: rgb(184,133,172); }

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

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

 span { border-color: rgb(184,133,172); }

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