#B882AE

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

Shades of London Hue #B882AE

Tints of London Hue #B882AE

Color information

#B882AE (or 0xB882AE) is unknown color: approx London Hue. HEX triplet: B8, 82 and AE. RGB value is (184,130,174). Sum of RGB (Red+Green+Blue) = 184+130+174=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B882AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B882AE is #477D51. Grayscale: #979797. Windows color (decimal): -4685138 or 11436728. OLE color: 11436728.

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

Color convert

RGB184130174-
CMYK00.290.050.28
HSL311.11º27.55%61.57%-
HSV(B)311.11º29.35%72.16%-
XYZ35.3929.2143.82-
YUV151.16140.89151.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=37.70%
G=26.64%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413017400.290.050.28311.1127.5561.57
HexB882AE01D51C1371c3e
Octal2702022560355344673476
Binary1011100010000010101011100111011011110010011011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882AE; }

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

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

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

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

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

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

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

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