Html Css Color HEX #BC7CAC London Hue

📋 copy color: '#BC7CAC'

red 188 ◦ green 124 ◦ blue 172

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

Shades of London Hue #BC7CAC

Tints of London Hue #BC7CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

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

R = 38.84%
G = 25.62%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC7CAC (or 0xBC7CAC) is known color: London Hue. HEX triplet: BC, 7C and AC. RGB value is (188,124,172). Sum of RGB (Red+Green+Blue) = 188+124+172=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7CAC is #438353. Grayscale: #949494. Windows color (decimal): -4424532 or 11304124. OLE color: 11304124.

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

Color convert

RGB 188 124 172 -
CMYK 0 0.34 0.09 0.26
HSL 315º 0.32% 0.61% -
HSV(B) 315º 0.34% 0.74% -
XYZ 35.39 28.09 42.59 -
YUV 148.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 188 124 172 0 0.34 0.09 0.26 315 0.32 0.61
Hex BC 7C AC 0 22 9 1A 13B 20 3D
Octal 274 174 254 0 42 11 32 473 40 75
Binary 10111100 1111100 10101100 0 100010 1001 11010 100111011 100000 111101

Color Harmonies of #BC7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CAC

Black with #BC7CAC

Text Example


Text Example

White with #BC7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CAC; }

 p { color: rgb(188,124,172); }

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

background-color css

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

 a { background-color: rgb(188,124,172); }

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

border-color css

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

 span { border-color: rgb(188,124,172); }

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