Html Css Color HEX #BC85AD London Hue

📋 copy color: '#BC85AD'

red 188 ◦ green 133 ◦ blue 173

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

Shades of London Hue #BC85AD

Tints of London Hue #BC85AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.92%

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

R = 38.06%
G = 26.92%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC85AD (or 0xBC85AD) is known color: London Hue. HEX triplet: BC, 85 and AD. RGB value is (188,133,173). Sum of RGB (Red+Green+Blue) = 188+133+173=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC85AD is #437A52. Grayscale: #999999. Windows color (decimal): -4422227 or 11371964. OLE color: 11371964.

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

Color convert

RGB 188 133 173 -
CMYK 0 0.29 0.08 0.26
HSL 316.36º 0.29% 0.63% -
HSV(B) 316.36º 0.29% 0.74% -
XYZ 36.67 30.48 43.49 -
YUV 154.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 188 133 173 0 0.29 0.08 0.26 316.36 0.29 0.63
Hex BC 85 AD 0 1D 8 1A 13C 1D 3F
Octal 274 205 255 0 35 10 32 474 35 77
Binary 10111100 10000101 10101101 0 11101 1000 11010 100111100 11101 111111

Color Harmonies of #BC85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85AD

Black with #BC85AD

Text Example


Text Example

White with #BC85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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