Html Css Color HEX #BC85BE London Hue

📋 copy color: '#BC85BE'

red 188 ◦ green 133 ◦ blue 190

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

Shades of London Hue #BC85BE

Tints of London Hue #BC85BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 36.79%
G = 26.03%
B = 37.18%

CMYK

 C value IS 0.01

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC85BE (or 0xBC85BE) is known color: London Hue. HEX triplet: BC, 85 and BE. RGB value is (188,133,190). Sum of RGB (Red+Green+Blue) = 188+133+190=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85BE is #437A41. Grayscale: #9B9B9B. Windows color (decimal): -4422210 or 12486076. OLE color: 12486076.

HSL color Cylindrical-coordinate representation of color #BC85BE: hue angle of 297.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC85BE is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 133 190 -
CMYK 0.01 0.3 0 0.25
HSL 297.89º 0.3% 0.63% -
HSV(B) 297.89º 0.3% 0.75% -
XYZ 38.42 31.18 52.71 -
YUV 155.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 188 133 190 0.01 0.3 0 0.25 297.89 0.3 0.63
Hex BC 85 BE 1 1E 0 19 12A 1E 3F
Octal 274 205 276 1 36 0 31 452 36 77
Binary 10111100 10000101 10111110 1 11110 0 11001 100101010 11110 111111

Color Harmonies of #BC85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85BE

Black with #BC85BE

Text Example


Text Example

White with #BC85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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