#B885AA

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

Shades of London Hue #B885AA

Tints of London Hue #B885AA

Color information

#B885AA (or 0xB885AA) is unknown color: approx London Hue. HEX triplet: B8, 85 and AA. RGB value is (184,133,170). Sum of RGB (Red+Green+Blue) = 184+133+170=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B885AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B885AA is #477A55. Grayscale: #989898. Windows color (decimal): -4684374 or 11175352. OLE color: 11175352.

HSL color Cylindrical-coordinate representation of color #B885AA: hue angle of 316.47º 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 #B885AA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184133170-
CMYK00.280.080.28
HSL316.47º26.42%62.16%-
HSV(B)316.47º27.72%72.16%-
XYZ35.4129.8741.93-
YUV152.47137.9150.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 133 (52.34% from 255) = 27.31%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=37.78%
G=27.31%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413317000.280.080.28316.4726.4262.16
HexB885AA01C81C13c1a3e
Octal27020525203410344743276
Binary10111000100001011010101001110010001110010011110011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885AA; }

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

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

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

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

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

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

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

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