Html Css Color HEX #BD80AC London Hue

📋 copy color: '#BD80AC'

red 189 ◦ green 128 ◦ blue 172

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

Shades of London Hue #BD80AC

Tints of London Hue #BD80AC

RGB

 RED value IS 189 (74.22% from 255) = 38.65%

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

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

R = 38.65%
G = 26.18%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD80AC (or 0xBD80AC) is known color: London Hue. HEX triplet: BD, 80 and AC. RGB value is (189,128,172). Sum of RGB (Red+Green+Blue) = 189+128+172=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD80AC is #427F53. Grayscale: #979797. Windows color (decimal): -4357972 or 11305149. OLE color: 11305149.

HSL color Cylindrical-coordinate representation of color #BD80AC: hue angle of 316.72º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD80AC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 172 -
CMYK 0 0.32 0.09 0.26
HSL 316.72º 0.32% 0.62% -
HSV(B) 316.72º 0.32% 0.74% -
XYZ 36.15 29.24 42.77 -
YUV 151.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 189 128 172 0 0.32 0.09 0.26 316.72 0.32 0.62
Hex BD 80 AC 0 20 9 1A 13D 20 3E
Octal 275 200 254 0 40 11 32 475 40 76
Binary 10111101 10000000 10101100 0 100000 1001 11010 100111101 100000 111110

Color Harmonies of #BD80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD80AC

Black with #BD80AC

Text Example


Text Example

White with #BD80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD80AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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