Html Css Color HEX #BC77AE London Hue

📋 copy color: '#BC77AE'

red 188 ◦ green 119 ◦ blue 174

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

Shades of London Hue #BC77AE

Tints of London Hue #BC77AE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.74%

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

R = 39.09%
G = 24.74%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC77AE (or 0xBC77AE) is known color: London Hue. HEX triplet: BC, 77 and AE. RGB value is (188,119,174). Sum of RGB (Red+Green+Blue) = 188+119+174=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC77AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC77AE is #438851. Grayscale: #919191. Windows color (decimal): -4425810 or 11433916. OLE color: 11433916.

HSL color Cylindrical-coordinate representation of color #BC77AE: hue angle of 312.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC77AE is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 174 -
CMYK 0 0.37 0.07 0.26
HSL 312.17º 0.34% 0.6% -
HSV(B) 312.17º 0.37% 0.74% -
XYZ 34.98 26.94 43.4 -
YUV 145.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 188 119 174 0 0.37 0.07 0.26 312.17 0.34 0.6
Hex BC 77 AE 0 25 7 1A 138 22 3C
Octal 274 167 256 0 45 7 32 470 42 74
Binary 10111100 1110111 10101110 0 100101 111 11010 100111000 100010 111100

Color Harmonies of #BC77AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC77AE

Black with #BC77AE

Text Example


Text Example

White with #BC77AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC77AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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