#B882AF

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

Shades of London Hue #B882AF

Tints of London Hue #B882AF

Color information

#B882AF (or 0xB882AF) is unknown color: approx London Hue. HEX triplet: B8, 82 and AF. RGB value is (184,130,175). Sum of RGB (Red+Green+Blue) = 184+130+175=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 184 - color contains mainly: red. Hex color #B882AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B882AF is #477D50. Grayscale: #979797. Windows color (decimal): -4685137 or 11502264. OLE color: 11502264.

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

Color convert

RGB184130175-
CMYK00.290.050.28
HSL310º27.55%61.57%-
HSV(B)310º29.35%72.16%-
XYZ35.4929.2544.33-
YUV151.28141.39151.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=37.63%
G=26.58%
B=35.79%

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
Decimal18413017500.290.050.2831027.5561.57
HexB882AF01D51C1361c3e
Octal2702022570355344663476
Binary1011100010000010101011110111011011110010011011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882AF; }

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

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

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

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

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

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

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

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