Html Css Color HEX #BC80AD London Hue

📋 copy color: '#BC80AD'

red 188 ◦ green 128 ◦ blue 173

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

Shades of London Hue #BC80AD

Tints of London Hue #BC80AD

RGB

 RED value IS 188 (73.83% from 255) = 38.45%

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

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 38.45%
G = 26.18%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC80AD (or 0xBC80AD) is known color: London Hue. HEX triplet: BC, 80 and AD. RGB value is (188,128,173). Sum of RGB (Red+Green+Blue) = 188+128+173=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80AD is #437F52. Grayscale: #969696. Windows color (decimal): -4423507 or 11370684. OLE color: 11370684.

HSL color Cylindrical-coordinate representation of color #BC80AD: hue angle of 315º degrees, saturation: 0.31, 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 #BC80AD is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 173 -
CMYK 0 0.32 0.08 0.26
HSL 315º 0.31% 0.62% -
HSV(B) 315º 0.32% 0.74% -
XYZ 36 29.15 43.26 -
YUV 151.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 188 128 173 0 0.32 0.08 0.26 315 0.31 0.62
Hex BC 80 AD 0 20 8 1A 13B 1F 3E
Octal 274 200 255 0 40 10 32 473 37 76
Binary 10111100 10000000 10101101 0 100000 1000 11010 100111011 11111 111110

Color Harmonies of #BC80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80AD

Black with #BC80AD

Text Example


Text Example

White with #BC80AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80AD; }

 p { color: rgb(188,128,173); }

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

background-color css

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

 a { background-color: rgb(188,128,173); }

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

border-color css

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

 span { border-color: rgb(188,128,173); }

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