Html Css Color HEX #BC89AD London Hue

📋 copy color: '#BC89AD'

red 188 ◦ green 137 ◦ blue 173

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

Shades of London Hue #BC89AD

Tints of London Hue #BC89AD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.51%

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

R = 37.75%
G = 27.51%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC89AD (or 0xBC89AD) is known color: London Hue. HEX triplet: BC, 89 and AD. RGB value is (188,137,173). Sum of RGB (Red+Green+Blue) = 188+137+173=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89AD is #437652. Grayscale: #9C9C9C. Windows color (decimal): -4421203 or 11372988. OLE color: 11372988.

HSL color Cylindrical-coordinate representation of color #BC89AD: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC89AD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 173 -
CMYK 0 0.27 0.08 0.26
HSL 317.65º 0.28% 0.64% -
HSV(B) 317.65º 0.27% 0.74% -
XYZ 37.23 31.6 43.67 -
YUV 156.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 188 137 173 0 0.27 0.08 0.26 317.65 0.28 0.64
Hex BC 89 AD 0 1B 8 1A 13E 1C 40
Octal 274 211 255 0 33 10 32 476 34 100
Binary 10111100 10001001 10101101 0 11011 1000 11010 100111110 11100 1000000

Color Harmonies of #BC89AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89AD

Black with #BC89AD

Text Example


Text Example

White with #BC89AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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