Html Css Color HEX #B880AC London Hue

📋 copy color: '#B880AC'

red 184 ◦ green 128 ◦ blue 172

#B880AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B880AC

Tints of London Hue #B880AC

RGB

 RED value IS 184 (72.27% from 255) = 38.02%

 GREEN value IS 128 (50.39% from 255) = 26.45%

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 38.02%
G = 26.45%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B880AC (or 0xB880AC) is known color: London Hue. HEX triplet: B8, 80 and AC. RGB value is (184,128,172). Sum of RGB (Red+Green+Blue) = 184+128+172=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 184 - color contains mainly: red. Hex color #B880AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B880AC is #477F53. Grayscale: #959595. Windows color (decimal): -4685652 or 11305144. OLE color: 11305144.

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

Color convert

RGB 184 128 172 -
CMYK 0 0.30 0.07 0.28
HSL 312.86º 0.28% 0.61% -
HSV(B) 312.86º 0.3% 0.72% -
XYZ 34.93 28.61 42.71 -
YUV 149.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 184 128 172 0 0.30 0.07 0.28 312.86 0.28 0.61
Hex B8 80 AC 0 1E 7 1C 139 1C 3D
Octal 270 200 254 0 36 7 34 471 34 75
Binary 10111000 10000000 10101100 0 11110 111 11100 100111001 11100 111101

Color Harmonies of #B880AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880AC

Black with #B880AC

Text Example


Text Example

White with #B880AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880AC; }

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

 H1.HeaderClassName
 {
   color: #B880AC;
 }
 .AnyTagClassName
 {
   color: #B880AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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