Html Css Color HEX #B080AC London Hue

📋 copy color: '#B080AC'

red 176 ◦ green 128 ◦ blue 172

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

Shades of London Hue #B080AC

Tints of London Hue #B080AC

RGB

 RED value IS 176 (69.14% from 255) = 36.97%

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

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

R = 36.97%
G = 26.89%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B080AC (or 0xB080AC) is known color: London Hue. HEX triplet: B0, 80 and AC. RGB value is (176,128,172). Sum of RGB (Red+Green+Blue) = 176+128+172=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 176 - color contains mainly: red. Hex color #B080AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B080AC is #4F7F53. Grayscale: #939393. Windows color (decimal): -5209940 or 11305136. OLE color: 11305136.

HSL color Cylindrical-coordinate representation of color #B080AC: hue angle of 305º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B080AC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 172 -
CMYK 0 0.27 0.02 0.31
HSL 305º 0.23% 0.6% -
HSV(B) 305º 0.27% 0.69% -
XYZ 33.07 27.65 42.62 -
YUV 147.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 176 128 172 0 0.27 0.02 0.31 305 0.23 0.6
Hex B0 80 AC 0 1B 2 1F 131 17 3C
Octal 260 200 254 0 33 2 37 461 27 74
Binary 10110000 10000000 10101100 0 11011 10 11111 100110001 10111 111100

Color Harmonies of #B080AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080AC

Black with #B080AC

Text Example


Text Example

White with #B080AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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