#B885AE

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

Shades of London Hue #B885AE

Tints of London Hue #B885AE

Color information

#B885AE (or 0xB885AE) is unknown color: approx London Hue. HEX triplet: B8, 85 and AE. RGB value is (184,133,174). Sum of RGB (Red+Green+Blue) = 184+133+174=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B885AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B885AE is #477A51. Grayscale: #989898. Windows color (decimal): -4684370 or 11437496. OLE color: 11437496.

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

Color convert

RGB184133174-
CMYK00.280.050.28
HSL311.76º26.42%62.16%-
HSV(B)311.76º27.72%72.16%-
XYZ35.7930.0243.95-
YUV152.92139.9150.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.47%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=37.47%
G=27.09%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413317400.280.050.28311.7626.4262.16
HexB885AE01C51C1381a3e
Octal2702052560345344703276
Binary1011100010000101101011100111001011110010011100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885AE; }

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

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

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

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

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

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

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

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