Html Css Color HEX #BC80AE London Hue

📋 copy color: '#BC80AE'

red 188 ◦ green 128 ◦ blue 174

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

Shades of London Hue #BC80AE

Tints of London Hue #BC80AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 38.37%
G = 26.12%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC80AE (or 0xBC80AE) is known color: London Hue. HEX triplet: BC, 80 and AE. RGB value is (188,128,174). Sum of RGB (Red+Green+Blue) = 188+128+174=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC80AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC80AE is #437F51. Grayscale: #979797. Windows color (decimal): -4423506 or 11436220. OLE color: 11436220.

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

Color convert

RGB 188 128 174 -
CMYK 0 0.32 0.07 0.26
HSL 314º 0.31% 0.62% -
HSV(B) 314º 0.32% 0.74% -
XYZ 36.1 29.19 43.78 -
YUV 151.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 188 128 174 0 0.32 0.07 0.26 314 0.31 0.62
Hex BC 80 AE 0 20 7 1A 13A 1F 3E
Octal 274 200 256 0 40 7 32 472 37 76
Binary 10111100 10000000 10101110 0 100000 111 11010 100111010 11111 111110

Color Harmonies of #BC80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80AE

Black with #BC80AE

Text Example


Text Example

White with #BC80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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